Compartilhar via


Propriedade do RDL RegisteredServer.LoginSecure

Gets or sets the Boolean property value that specifies whether the connection is authenticated by Windows Authentication.

Namespace:  Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly:  Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)

Sintaxe

'Declaração
Public Property LoginSecure As Boolean 
    Get 
    Set
'Uso
Dim instance As RegisteredServer 
Dim value As Boolean 

value = instance.LoginSecure

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

Valor da propriedade

Tipo: System.Boolean
A Boolean value that specifies whether the connection is authenticated by Windows Authentication.If True (default), the connection is authenticated by Windows Authentication.If False, the connection is authenticated by using SQL Server standard authentication.

Consulte também

Referência

RegisteredServer Classe

Namespace Microsoft.SqlServer.Management.Smo.RegisteredServers

Outros recursos

Gerenciando servidores registrados