ConnectionStore.ConnectionInfo プロパティ

定義

ConnectionStore クラスの接続に関する情報を取得します。値の設定も可能です。

public:
 property Microsoft::SqlServer::Management::Common::SqlOlapConnectionInfoBase ^ ConnectionInfo { Microsoft::SqlServer::Management::Common::SqlOlapConnectionInfoBase ^ get(); void set(Microsoft::SqlServer::Management::Common::SqlOlapConnectionInfoBase ^ value); };
public Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase ConnectionInfo { get; set; }
member this.ConnectionInfo : Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase with get, set
Public Property ConnectionInfo As SqlOlapConnectionInfoBase

プロパティ値

ConnectionInfo に割り当てられた値を返します。

適用対象