Index.Columns Property
Gets or sets the list of columns participating in the given index.
Namespace: Microsoft.SqlServerCe.Management.Scripting.Schema
Assembly: Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)
Syntax
'Declaration
Public ReadOnly Property Columns As IList(Of IndexColumn)
Get
'Usage
Dim instance As Index
Dim value As IList(Of IndexColumn)
value = instance.Columns
public IList<IndexColumn> Columns { get; }
public:
property IList<IndexColumn^>^ Columns {
IList<IndexColumn^>^ get ();
}
member Columns : IList<IndexColumn>
function get Columns () : IList<IndexColumn>
Property Value
Type: System.Collections.Generic.IList<IndexColumn>