次の方法で共有


SMTPConn.ConnectionDescription プロパティ

ローカライズされた接続の説明を返します。

名前空間:  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 = SMTPConn.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
ローカライズされた接続の説明を表す String です。

関連項目

参照

SMTPConn クラス

Microsoft.SqlServer.Dts.ManagedConnections 名前空間