DestinationLoginSecure 属性

Gets or sets the Boolean property that specifies whether the instance of SQL Server that contains the destination database is enabled for Windows Authentication or not.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)

语法

声明
Public Property DestinationLoginSecure As Boolean
    Get
    Set
用法
Dim instance As Transfer
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)

属性值

类型:System. . :: . .Boolean
A Boolean value that specifies whether the instance of SQL Server that contains the destination database is enabled for Windows Authentication or not.
If True, the destination instance of SQL Server requires Windows Authentication.
If False (default), the destination instance of SQL Server requires SQL Server Authentication.

示例

传输数据