Aracılığıyla paylaş


TextModificationStatement.WithLog Özellik

Alır veya günlük ile belirtilmiş olup olmadığını gösteren bir değeri 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 WithLog As Boolean
    Get
    Set
public bool WithLog { get; set; }
public:
property bool WithLog {
    bool get ();
    void set (bool value);
}
member WithLog : bool with get, set
function get WithLog () : boolean
function set WithLog (value : boolean)

Özellik Değeri

Tür: System.Boolean
Döndürür true , günlük ile belirtilir; Aksi takdirde, false.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

TextModificationStatement Sınıf

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