CreateIndexStatement.Columns Property
Gets a list of the defined columns.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property Columns As IList(Of ColumnWithSortOrder)
public IList<ColumnWithSortOrder> Columns { get; }
public:
property IList<ColumnWithSortOrder^>^ Columns {
IList<ColumnWithSortOrder^>^ get ();
}
member Columns : IList<ColumnWithSortOrder>
function get Columns () : IList<ColumnWithSortOrder>
Property Value
Type: System.Collections.Generic.IList<ColumnWithSortOrder>
.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.