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.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)
語法
'宣告
Public Property DestinationLoginSecure As Boolean
Get
Set
'用途
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)
屬性值
型別: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.