OpenXmlTableReference.SchemaDeclarationItems Property

Gets a list of schema declaration items.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property SchemaDeclarationItems As IList(Of SchemaDeclarationItem)
    Get
'Usage
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>

Property Value

Type: System.Collections.Generic.IList<SchemaDeclarationItem>
A list of schema declaration items.

See Also

Reference

OpenXmlTableReference Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace