ConnectionDetails 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
通訊協定及位址,用來連接資料來源
public sealed class ConnectionDetails : Microsoft.AnalysisServices.Tabular.CustomJsonProperty<Microsoft.AnalysisServices.Tabular.StructuredDataSource>
type ConnectionDetails = class
inherit CustomJsonProperty<StructuredDataSource>
Public NotInheritable Class ConnectionDetails
Inherits CustomJsonProperty(Of StructuredDataSource)
- 繼承
備註
只有在資料庫的相容性層級為 1400 或更新版本時,才支援此物件。
建構函式
ConnectionDetails() |
建立新的空白 ConnectionDetails 執行個體 |
ConnectionDetails(String) |
從 JSON 字串還原序列化 ConnectionDetails 物件 |
屬性
Address |
此連線的位址。 它無法進行設定。您必須直接修改它。 |
IsEmpty |
取得自訂屬性物件是否空白的指示。 (繼承來源 CustomJsonProperty<TOwner>) |
Item[String] |
取得並設定自動匯總選項中的值。 Null 代表遺漏的索引鍵。將值設定為 Null 來移除索引鍵。 (繼承來源 CustomJsonProperty<TOwner>) |
Protocol |
連線通訊協定 |
方法
ParseJson(String) |
剖析 JSON 字串 (繼承來源 CustomJsonProperty<TOwner>) |
ToJson() |
將物件格式化為字串 |
ToString() |
將物件格式化為字串 (繼承來源 CustomJsonProperty<TOwner>) |