Gets a list of schema declaration items.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public ReadOnly Property SchemaDeclarationItems As IList(Of SchemaDeclarationItem)
Get
用法
Dim instance As OpenXmlTableReference
Dim value As IList(Of SchemaDeclarationItem)
value = instance.SchemaDeclarationItems
public IList<SchemaDeclarationItem> SchemaDeclarationItems { get; }
public:
property IList<SchemaDeclarationItem^>^ SchemaDeclarationItems {
IList<SchemaDeclarationItem^>^ get ();
}
member SchemaDeclarationItems : IList<SchemaDeclarationItem>
function get SchemaDeclarationItems () : IList<SchemaDeclarationItem>
属性值
类型:System.Collections.Generic.IList<SchemaDeclarationItem>
A list of schema declaration items.