Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets the Boolean property value that specifies whether the connection is authenticated by Windows Authentication.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Sintassi
'Dichiarazione
Public Property LoginSecure As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
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.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Smo.RegisteredServers