Index.Columns Property
Returns a list of columns for the index.
Namespace: Microsoft.Web.Management.DatabaseManager
Assembly: Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)
Syntax
'Declaration
Public ReadOnly Property Columns As IList(Of IndexColumn)
'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 ();
}
function get Columns () : IList<IndexColumn>
Property Value
Type: System.Collections.Generic.IList<IndexColumn>
An IList interface for the list of IndexColumn objects.
Permissions
- 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.