Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets a value that indicates whether WITH LOG was defined.
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
Public Property WithLog As Boolean
Get
Set
'Utilisation
Dim instance As TextModificationStatement
Dim value As Boolean
value = instance.WithLog
instance.WithLog = value
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)
Valeur de propriété
Type : System.Boolean
True if WITH LOG was defined; otherwise, false.