Compartir a través de


UniqueConstraint.Clustered (Propiedad)

Obtiene o establece valores que especifican si se agrupa la restricción.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property Clustered As Nullable(Of Boolean)
    Get
    Set
public Nullable<bool> Clustered { get; set; }
public:
property Nullable<bool> Clustered {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
member Clustered : Nullable<bool> with get, set
function get Clustered () : Nullable<boolean>
function set Clustered (value : Nullable<boolean>)

Valor de propiedad

Tipo: System.Nullable<Boolean>

Seguridad de .NET Framework

Vea también

Referencia

UniqueConstraint Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)