Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
提供用于与 SAConnection.GetSchema(string) 方法配合使用以表示 ProcedureParameters 集合的常量。
Public Shared ReadOnly ProcedureParameters As String
public static readonly string ProcedureParameters;
以下代码使用 ProcedureParameters 集合填充 DataTable。
DataTable schema = GetSchema( SAMetaDataCollectionNames.ProcedureParameters );