Поделиться через


Свойство 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.