DisplayName Propiedad
Gets the display name of the facet.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public ReadOnly Property DisplayName As String
Get
'Uso
Dim instance As FacetInfo
Dim value As String
value = instance.DisplayName
public string DisplayName { get; }
public:
property String^ DisplayName {
String^ get ();
}
member DisplayName : string
function get DisplayName () : String
Valor de la propiedad
Tipo: System. . :: . .String
A String value that specifies the display name of the facet.
Notas
Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.
Vea también