IServerConnectionInformationDetails.ConnectionInformation プロパティ

定義

サーバー情報を取得するために使われる接続情報を取得します。

public:
 property Microsoft::SqlServer::Management::Common::ConnectionInfoBase ^ ConnectionInformation { Microsoft::SqlServer::Management::Common::ConnectionInfoBase ^ get(); };
public Microsoft.SqlServer.Management.Common.ConnectionInfoBase ConnectionInformation { get; }
member this.ConnectionInformation : Microsoft.SqlServer.Management.Common.ConnectionInfoBase
Public ReadOnly Property ConnectionInformation As ConnectionInfoBase

プロパティ値

サーバー情報を取得するために使われる接続情報です。

適用対象