Propriété ISfcProperty.Name
Obtient le nom de la propriété.
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
Valeur String qui spécifie le nom de la propriété.