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の割り当て値を返します。

適用対象