Propriedade do RDL OpenXmlTableReference.SchemaDeclarationItems
Gets a list of schema declaration items.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public ReadOnly Property SchemaDeclarationItems As IList(Of SchemaDeclarationItem)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Collections.Generic.IList<SchemaDeclarationItem>
A list of schema declaration items.