共用方式為


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 字串建立認證物件

屬性

AuthenticationKind

驗證類型,通常是其中一個 AuthenticationKind 常數

EncryptConnection

連線是否需要加密

IsEmpty

取得 custom-property 物件是否為空的指示。

(繼承來源 CustomJsonProperty<TOwner>)
Item[String]

取得並設定自動匯總選項中的值。 Null 代表遺漏的索引鍵。將值設定為 Null 來移除索引鍵。

(繼承來源 CustomJsonProperty<TOwner>)
Password

密碼 (Password) 屬性,或為 Null (若沒有設定的話)

PrivacySetting

來自 PrivacyClass 的隱私權設定,或為 Null (若不存在於認證屬性中的話)。 遺漏值相當於 PrivacyClass.None 的值。

Username

使用者名稱 (Username) 屬性,或為 Null (若沒有設定的話)。

方法

ParseJson(String)

剖析 JSON 字串

(繼承來源 CustomJsonProperty<TOwner>)
ToJson()

將物件格式化為字串

ToString()

將物件格式化為字串

(繼承來源 CustomJsonProperty<TOwner>)

適用於