OpenXmlTableReference.SchemaDeclarationItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Rowset format - using schema declaration. Should be empty if TableName is not null.
public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.SchemaDeclarationItem> SchemaDeclarationItems { get; }
member this.SchemaDeclarationItems : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.SchemaDeclarationItem>
Public ReadOnly Property SchemaDeclarationItems As IList(Of SchemaDeclarationItem)