ISqlSpecifiesIndex.ColumnSpecifications Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
ReadOnly Property ColumnSpecifications As IList(Of ISqlIndexedColumnSpecification)
'Usage
Dim instance As ISqlSpecifiesIndex
Dim value As IList(Of ISqlIndexedColumnSpecification)
value = instance.ColumnSpecifications
IList<ISqlIndexedColumnSpecification> ColumnSpecifications { get; }
property IList<ISqlIndexedColumnSpecification^>^ ColumnSpecifications {
IList<ISqlIndexedColumnSpecification^>^ get ();
}
function get ColumnSpecifications () : IList<ISqlIndexedColumnSpecification>
Property Value
Type: System.Collections.Generic.IList<ISqlIndexedColumnSpecification>
.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.