次の方法で共有


Credential クラス

定義

構造化されたデータ ソースの認証に使用するオプション

public sealed class Credential : Microsoft.AnalysisServices.Tabular.CustomJsonProperty<Microsoft.AnalysisServices.Tabular.StructuredDataSource>
type Credential = class
    inherit CustomJsonProperty<StructuredDataSource>
Public NotInheritable Class Credential
Inherits CustomJsonProperty(Of StructuredDataSource)
継承

注釈

このオブジェクトは、データベースの互換性レベルが 1400 以上の場合にのみサポートされます。

コンストラクター

Credential()

新しい空の Credential オブジェクトを作成します

Credential(String)

指定した json 文字列から逆シリアル化された Credential オブジェクトを作成します

プロパティ

AuthenticationKind

認証の種類。通常は AuthenticationKind 定数のいずれか

EncryptConnection

接続を暗号化する必要があるかどうか

IsEmpty

custom-property オブジェクトが空かどうかを示す値を取得します。

(継承元 CustomJsonProperty<TOwner>)
Item[String]

自動集計オプションの値を取得して設定します。 null はキーがないことを示します。値を null に設定すると、キーを削除することを意味します。

(継承元 CustomJsonProperty<TOwner>)
Password

Password プロパティ、または設定されていない場合は null

PrivacySetting

PrivacyClass のプライバシー設定、または Credential プロパティに存在しない場合は null。 値がない場合は、PrivacyClass.None の値に相当します。

Username

Username プロパティ、または設定されていない場合は null

メソッド

ParseJson(String)

json 文字列の解析

(継承元 CustomJsonProperty<TOwner>)
ToJson()

文字列としてオブジェクトを書式設定する

ToString()

文字列としてオブジェクトを書式設定する

(継承元 CustomJsonProperty<TOwner>)

適用対象