Właściwość IMutableRelationalIndex.IsClustered
Pobiera lub ustawia wartość wskazującą, czy indeks jest klastrowany.
Przestrzeń nazw: Microsoft.SqlServer.Management.SqlParser.Metadata
Zestaw: Microsoft.SqlServer.Management.SqlParser (w Microsoft.SqlServer.Management.SqlParser.dll)
Składnia
'Deklaracja
Property IsClustered As Boolean
Get
Set
'Użycie
Dim instance As IMutableRelationalIndex
Dim value As Boolean
value = instance.IsClustered
instance.IsClustered = value
bool IsClustered { get; set; }
property bool IsClustered {
bool get ();
void set (bool value);
}
abstract IsClustered : bool with get, set
function get IsClustered () : boolean
function set IsClustered (value : boolean)
Wartość właściwości
Typ: System.Boolean
TRUE Jeżeli indeks jest klastrowany; w przeciwnym razie false.