다음을 통해 공유


ConnectionDescription 속성

Gets a description of the connection manager for the WMI connection.

네임스페이스:  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 = WMIConn.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
A String that describes the connection manager for the WMI connection.

주의

As a best practice, describe the connection manager in terms of its purpose, to make packages self-documenting and easier to maintain.