IntegratedSecurity 列挙型

定義

使用される統合セキュリティの種類を定義します。

public enum IntegratedSecurity
type IntegratedSecurity = 
Public Enum IntegratedSecurity
継承
IntegratedSecurity

フィールド

Basic 1

ユーザー名とパスワードを使用して資格情報を確認します。

ClaimsToken 3

要求ベースのトークンを使用して資格情報を確認します。

Federated 2

このメンバーをコード内で直接参照しないでください。 Analysis Services インフラストラクチャをサポートします。

Sspi 0

Windows 統合セキュリティを使用して資格情報を確認します。

Unspecified 4

不特定の方法を使用して資格情報を確認します。

適用対象