CreateIndexStatement.Columns – vlastnost
Získá seznam definovaných sloupců.
Obor názvů: Microsoft.Data.Schema.ScriptDom.Sql
Sestavení: Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Deklarace
Public ReadOnly Property Columns As IList(Of ColumnWithSortOrder)
Get
public IList<ColumnWithSortOrder> Columns { get; }
public:
property IList<ColumnWithSortOrder^>^ Columns {
IList<ColumnWithSortOrder^>^ get ();
}
member Columns : IList<ColumnWithSortOrder>
function get Columns () : IList<ColumnWithSortOrder>
Hodnota vlastnosti
Typ: System.Collections.Generic.IList<ColumnWithSortOrder>
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.