Compartir a través de


INameFacet.Name Propiedad

Gets the name of the interface..

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<DisplayDescriptionKeyAttribute("NameDesc")> _
<DisplayNameKeyAttribute("NameName")> _
ReadOnly Property Name As String 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.String
A String value that specifies the name of the interface.

Vea también

Referencia

INameFacet Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Smo