DisplayName propriété
Gets or sets the display name of the referenced protocol.
Espace de noms : Microsoft.SqlServer.Management.Smo.Wmi
Assembly : Microsoft.SqlServer.SqlWmiManagement (dans Microsoft.SqlServer.SqlWmiManagement.dll)
Syntaxe
'Déclaration
Public ReadOnly Property DisplayName As String
Get
'Utilisation
Dim instance As ServerProtocol
Dim value As String
value = instance.DisplayName
public string DisplayName { get; }
public:
property String^ DisplayName {
String^ get ();
}
member DisplayName : string
function get DisplayName () : String
Valeur de la propriété
Type : System. . :: . .String
A String value that specifies the display name of the protocol.
Voir aussi