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(默认值),则连接不支持集成安全性。

请参阅

参考

SqlOlapConnectionInfoBase 类

Microsoft.SqlServer.Management.Common 命名空间