Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
ProcedureParameters コレクションを示す SAConnection.GetSchema(string) メソッドで使用する定数を提供します。
Public Shared ReadOnly ProcedureParameters As String
public static readonly string ProcedureParameters;
次のコードは、ProcedureParameters コレクションを使用して DataTable を設定します。
DataTable schema = GetSchema( SAMetaDataCollectionNames.ProcedureParameters );