Partager via


Propriété ISfcProperty.Attributes

Retourne une collection d'attributs qui contient des propriétés.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en 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 propriété

Type : System.ComponentModel. . :: . .AttributeCollection
AttributeCollection qui contient des propriétés.

Implémente

ISfcProperty. . :: . .Attributes