. propriété
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Private ReadOnly Property Attributes As AttributeCollection
Implements ISfcProperty.Attributes
Get
'Utilisation
Dim instance As [Property]
Dim value As AttributeCollection
value = CType(instance, ISfcProperty).Attributes
AttributeCollection ISfcProperty.Attributes { get; }
private:
virtual property AttributeCollection^ Attributes {
AttributeCollection^ get () sealed = ISfcProperty::Attributes::get;
}
private abstract Attributes : AttributeCollection
private override Attributes : AttributeCollection
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 la propriété
Implémente
ISfcPropertyAttributes()()()()
Voir aussi