共用方式為


WMIConn.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.

請參閱

參考

WMIConn 類別

Microsoft.SqlServer.Dts.ManagedConnections 命名空間