Partager via


Propriété WMIConn.ConnectionDisplayName

Returns the localized display name of the connection.

Espace de noms :  Microsoft.SqlServer.Dts.ManagedConnections
Assembly :  Microsoft.SqlServer.ManagedConnections (en Microsoft.SqlServer.ManagedConnections.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public Shared ReadOnly Property ConnectionDisplayName As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

WMIConn Classe

Espace de noms Microsoft.SqlServer.Dts.ManagedConnections