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 です。