Поделиться через


Свойство INameFacet.Name

Gets the name of the interface..

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

Синтаксис

'Декларация
<DisplayDescriptionKeyAttribute("NameDesc")> _
<DisplayNameKeyAttribute("NameName")> _
ReadOnly Property Name As String 
    Get
'Применение
Dim instance As INameFacet 
Dim value As String 

value = instance.Name
[DisplayDescriptionKeyAttribute("NameDesc")]
[DisplayNameKeyAttribute("NameName")]
string Name { get; }
[DisplayDescriptionKeyAttribute(L"NameDesc")]
[DisplayNameKeyAttribute(L"NameName")]
property String^ Name {
    String^ get ();
}
[<DisplayDescriptionKeyAttribute("NameDesc")>]
[<DisplayNameKeyAttribute("NameName")>]
abstract Name : string
function get Name () : String

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

Тип: System.String
A String value that specifies the name of the interface.

См. также

Справочник

INameFacet Интерфейс

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