Partager via


Propriété Property.ISfcProperty.Name

Gets the name of the property.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Private ReadOnly Property Name As String 
    Implements ISfcProperty.Name 
    Get
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

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

Implémente

ISfcProperty.Name

Exemples

Définition de propriétés

Voir aussi

Référence

Property Classe

Espace de noms Microsoft.SqlServer.Management.Smo