Compartir a través de


AlterLoginAddDropCredentialStatement.IsAdd (Propiedad)

Devuelve si se especifica ADD CREDENTIAL.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property IsAdd As Boolean
    Get
    Set
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)

Valor de propiedad

Tipo: System.Boolean
Devuelve True si se especificó ADD CREDENTIAL; de lo contrario, False.

Seguridad de .NET Framework

Vea también

Referencia

AlterLoginAddDropCredentialStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)