Propriété SfcCollectionInfo.DisplayName
Gets the display name of the collection.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Property DisplayName As String
Get
'Utilisation
Dim instance As SfcCollectionInfo
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 propriété
Type : System.String
The display name of the collection.