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 the Boolean property value that specifies whether the object properties have been updated but not yet persisted on the server.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Protected ReadOnly Property IsTouched As Boolean
Get
'Utilisation
Dim value As Boolean
value = Me.IsTouched
protected bool IsTouched { get; }
protected:
property bool IsTouched {
bool get ();
}
member IsTouched : bool
function get IsTouched () : boolean
Valeur de propriété
Type : System.Boolean
A Boolean value that specifies whether the object properties have been updated.If True, the properties have been updated. Otherwise, False (default).