ConnectionDisplayName 属性

Returns the localized display name of the connection.

命名空间:  Microsoft.SqlServer.Dts.ManagedConnections
程序集:  Microsoft.SqlServer.ManagedConnections(在 Microsoft.SqlServer.ManagedConnections.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public Shared ReadOnly Property ConnectionDisplayName As String
    Get
用法
Dim value As String

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

属性值

类型:System. . :: . .String
A String that contains the localized display name of the connection.