Aracılığıyla paylaş


ViewStatementBody.WithCheckOption Özellik

Alır veya ayarlar olup olmadığını denetle seçeneği ile tanımlanır.

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

Özellik Değeri

Tür: System.Boolean

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ViewStatementBody Sınıf

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