SqlOlapConnectionInfoBase.UseIntegratedSecurity 属性

获取或设置布尔属性值,该值指定连接是否使用集成安全性。

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

语法

声明
Public Property UseIntegratedSecurity As Boolean 
    Get 
    Set
用法
Dim instance As SqlOlapConnectionInfoBase 
Dim value As Boolean 

value = instance.UseIntegratedSecurity

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

属性值

类型:Boolean
一个 Boolean 值,该值指定连接是否使用集成安全性。如果为 True,则连接不使用集成安全性。如果为 False(默认值),则连接使用集成安全性。

请参阅

参考

SqlOlapConnectionInfoBase 类

Microsoft.SqlServer.Management.Common 命名空间