Condividi tramite


Proprietà INameFacet.Name

Gets the name of the interface..

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<DisplayDescriptionKeyAttribute("NameDesc")> _
<DisplayNameKeyAttribute("NameName")> _
ReadOnly Property Name As String 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

INameFacet Interfaccia

Spazio dei nomi Microsoft.SqlServer.Management.Smo