Partager via


Propriété AlterLoginAddDropCredentialStatement.IsAdd

Gets or sets a value that indicates whether the ADD CREDENTIAL was specified.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property IsAdd As Boolean 
    Get 
    Set
'Utilisation
Dim instance As AlterLoginAddDropCredentialStatement 
Dim value As Boolean 

value = instance.IsAdd

instance.IsAdd = value
public bool IsAdd { get; set; }
public:
property bool IsAdd {
    bool get ();
    void set (bool value);
}
member IsAdd : bool with get, set
function get IsAdd () : boolean 
function set IsAdd (value : boolean)

Valeur de propriété

Type : System.Boolean
True if ADD CREDENTIAL was specified; otherwise, false.

Voir aussi

Référence

AlterLoginAddDropCredentialStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom