SqlOlapConnectionInfoBase.IntegratedSecurityInternal 屬性
取得或設定指定連接是否支援整合式安全性的布林屬性值。
命名空間: Microsoft.SqlServer.Management.Common
組件: Microsoft.SqlServer.ConnectionInfo (在 Microsoft.SqlServer.ConnectionInfo.dll 中)
語法
'宣告
Protected Property IntegratedSecurityInternal As Boolean
Get
Set
'用途
Dim value As Boolean
value = Me.IntegratedSecurityInternal
Me.IntegratedSecurityInternal = value
protected bool IntegratedSecurityInternal { get; set; }
protected:
property bool IntegratedSecurityInternal {
bool get ();
void set (bool value);
}
member IntegratedSecurityInternal : bool with get, set
function get IntegratedSecurityInternal () : boolean
function set IntegratedSecurityInternal (value : boolean)
屬性值
型別:Boolean
指定連接是否支援整合式安全性的 Boolean 值。如果為 True,則連接支援整合式安全性。如果為 False (預設值),則連接不支援整合式安全性。