共用方式為


IntegratedSecurity 列舉型別

Defines the type of integrated security used.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Enumeration IntegratedSecurity
'用途
Dim instance As IntegratedSecurity
public enum IntegratedSecurity
public enum class IntegratedSecurity
type IntegratedSecurity
public enum IntegratedSecurity

成員

成員名稱 描述
Sspi Windows Integrated Security is used to verify credentials
Basic Username and password are used to verify credentials.
Unspecified An unspecified method is used to verify credentials.

備註

新增: 2006 年 7 月 17 日