Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
提供用于与 ULConnection.GetSchema(String) 配合使用的、表示 Restrictions 集合的常量。
Public Shared ReadOnly Property Restrictions As String
public string Restrictions {get;}
表示 Restrictions 集合名称的字符串。
以下代码使用 Restrictions 集合填充 DataTable。
' Visual Basic Dim schema As DataTable = _ conn.GetSchema( ULMetaDataCollectionNames.Restrictions )
以下代码为 C# 语言等效代码:
// C# DataTable schema = conn.GetSchema( ULMetaDataCollectionNames.Restrictions );