ConnectionInfo.IntegratedSecurity 属性

Gets the integrated security status for the ConnectionInfo object.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public ReadOnly Property IntegratedSecurity As IntegratedSecurity 
    Get
用法
Dim instance As ConnectionInfo 
Dim value As IntegratedSecurity 

value = instance.IntegratedSecurity
public IntegratedSecurity IntegratedSecurity { get; }
public:
property IntegratedSecurity IntegratedSecurity {
    IntegratedSecurity get ();
}
member IntegratedSecurity : IntegratedSecurity
function get IntegratedSecurity () : IntegratedSecurity

属性值

类型:Microsoft.AnalysisServices.IntegratedSecurity
An IntegratedSecurity object.

请参阅

参考

ConnectionInfo 类

Microsoft.AnalysisServices 命名空间