Aracılığıyla paylaş


UniqueConstraint.Clustered Özellik

Alır veya kısıtlamayı kümelenmiş olup olmadığını belirten bir değer ayarlar.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

'Bildirim
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>)

Özellik Değeri

Tür: System.Nullable<Boolean>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

UniqueConstraint Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı