Aracılığıyla paylaş


SetUserStatement.WithNoReset Özellik

Alır veya ayarlar ile noreset kullanılmış olsun.

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 WithNoReset As Boolean
    Get
    Set
public bool WithNoReset { get; set; }
public:
property bool WithNoReset {
    bool get ();
    void set (bool value);
}
member WithNoReset : bool with get, set
function get WithNoReset () : boolean
function set WithNoReset (value : boolean)

Özellik Değeri

Tür: System.Boolean
İLE noreset, kullanılan, false Aksi takdirde ise true deðerini verir.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

SetUserStatement Sınıf

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