OpenXmlTableSource.SchemaDeclarationItems Property
Gets a list of schema declaration items.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property SchemaDeclarationItems As IList(Of SchemaDeclarationItem)
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>
Remarks
Empty if TableName is not nulla null reference (Nothing in Visual Basic).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.