Свойство FacetInfo.Description

Gets the descriptions of the facet.

Пространство имен:  Microsoft.SqlServer.Management.Dmf
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
Public ReadOnly Property Description As String 
    Get
'Применение
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

Значение свойства

Тип: System.String
A String value that contains a description of the facet.

См. также

Справочник

FacetInfo Класс

Пространство имен Microsoft.SqlServer.Management.Dmf