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

获取自定义属性对象是否为空的指示。

(继承自 CustomJsonProperty<TOwner>)
Item[String]

获取并设置自动聚合选项中的值。 Null 表示缺少关键值,将值设为 NULL 表示删除关键值。

(继承自 CustomJsonProperty<TOwner>)
Password

密码属性,如果未设置,则为 NULL

PrivacySetting

PrivacyClass 的隐私设置,如果 Credential 属性中不存在,则为 NULL。 缺少值等效于值 PrivacyClass.None。

Username

用户名属性,如果未设置,则为 NULL

方法

ParseJson(String)

分析 JSON 字符串

(继承自 CustomJsonProperty<TOwner>)
ToJson()

将对象设为字符串形式

ToString()

将对象设为字符串形式

(继承自 CustomJsonProperty<TOwner>)

适用于