Description Propiedad
Gets the descriptions 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 Description As String
Get
'Uso
Dim instance As FacetInfo
Dim value As String
value = instance.Description
public string Description { get; }
public:
property String^ Description {
String^ get ();
}
member Description : string
function get Description () : String
Valor de la propiedad
Tipo: System. . :: . .String
A String value that contains a description 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