次の方法で共有


SMOServerConn.ConnectionDescription プロパティ

SMO 接続用の接続マネージャーの説明を取得します。

名前空間:  Microsoft.SqlServer.Dts.ManagedConnections
アセンブリ:  Microsoft.SqlServer.ManagedConnections (Microsoft.SqlServer.ManagedConnections.dll)

構文

'宣言
<BrowsableAttribute(False)> _
Public Shared ReadOnly Property ConnectionDescription As String 
    Get
'使用
Dim value As String 

value = SMOServerConn.ConnectionDescription
[BrowsableAttribute(false)]
public static string ConnectionDescription { get; }
[BrowsableAttribute(false)]
public:
static property String^ ConnectionDescription {
    String^ get ();
}
[<BrowsableAttribute(false)>]
static member ConnectionDescription : string
static function get ConnectionDescription () : String

プロパティ値

型: System.String
SMO 接続用の接続マネージャーを説明する String です。

関連項目

参照

SMOServerConn クラス

Microsoft.SqlServer.Dts.ManagedConnections 名前空間