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.

참고 항목

참조

OpenXmlTableReference 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스