RegisteredServer.LoginSecure Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la Boolean valeur de propriété qui spécifie si la connexion est authentifiée par l’authentification Windows.
public:
property bool LoginSecure { bool get(); void set(bool value); };
public bool LoginSecure { get; set; }
member this.LoginSecure : bool with get, set
Public Property LoginSecure As Boolean
Valeur de propriété
Une valeur qui spécifie Boolean si la connexion est authentifiée par l’authentification Windows.
Si Vrai (par défaut), la connexion est authentifiée par l’authentification Windows.
Si False, la connexion est authentifiée en utilisant l’authentification standard de SQL Server.