Partager via


Propriété OpenXmlTableReference.SchemaDeclarationItems

Gets a list of schema declaration items.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property SchemaDeclarationItems As IList(Of SchemaDeclarationItem)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

OpenXmlTableReference Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom