Dela via


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

See Also

Reference

ISqlSpecifiesIndex Interface

ISqlSpecifiesIndex Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace