Condividi tramite


Proprietà Property.ISfcProperty.Name

Gets the name of the property.

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

Sintassi

'Dichiarazione
Private ReadOnly Property Name As String 
    Implements ISfcProperty.Name 
    Get
'Utilizzo
Dim instance As [Property]
Dim value As String 

value = CType(instance, ISfcProperty).Name
string ISfcProperty.Name { get; }
private:
virtual property String^ Name {
    String^ get () sealed = ISfcProperty::Name::get;
}
private abstract Name : string 
private override Name : string
JScript supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Valore proprietà

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

Implementa

ISfcProperty.Name

Esempi

Impostazione delle proprietà

Vedere anche

Riferimento

Property Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo