Index.Clustered Property
Gets or sets a value that indicates whether the index is clustered.
Namespace: Microsoft.Web.Management.DatabaseManager
Assembly: Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)
Syntax
'Declaration
Public Property Clustered As Boolean
'Usage
Dim instance As Index
Dim value As Boolean
value = instance.Clustered
instance.Clustered = value
public bool Clustered { get; set; }
public:
property bool Clustered {
bool get ();
void set (bool value);
}
function get Clustered () : boolean
function set Clustered (value : boolean)
Property Value
Type: System.Boolean
true if the index is clustered; otherwise, false.
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.