OpenXmlTableReference.SchemaDeclarationItems 屬性
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.