Partager via


Propriété TransferBase.DestinationLoginSecure

Gets or sets a value that indicates whether the instance of SQL Server that contains the destination database is enabled for Windows Authentication or not.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Property DestinationLoginSecure As Boolean 
    Get 
    Set
'Utilisation
Dim instance As TransferBase 
Dim value As Boolean 

value = instance.DestinationLoginSecure

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

Valeur de propriété

Type : System.Boolean
true if the destination instance of SQL Server requires Windows Authentication; false if the destination instance of SQL Server requires SQL Server Authentication. The default is false.

Voir aussi

Référence

TransferBase Classe

Espace de noms Microsoft.SqlServer.Management.Smo