Share via


RegisteredServer.LoginSecure Propriété

Définition

Obtient ou définit la valeur de la propriété Boolean 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é

Valeur Boolean qui spécifie si la connexion est authentifiée par l'authentification Windows.

Si la valeur est True (valeur par défaut), la connexion est authentifiée par l'authentification Windows.

Si la valeur est False, la connexion est authentifiée à l’aide de SQL Server’authentification standard.

S’applique à