Partager via


Propriété Attributes

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

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

Syntaxe

'Déclaration
Public ReadOnly Property Attributes As AttributeCollection
    Get
'Utilisation
Dim instance As SfcProperty
Dim value As AttributeCollection

value = instance.Attributes
public AttributeCollection Attributes { get; }
public:
virtual property AttributeCollection^ Attributes {
    AttributeCollection^ get () sealed;
}
abstract Attributes : AttributeCollection
override Attributes : AttributeCollection
final function get Attributes () : AttributeCollection

Valeur de propriété

Type : System.ComponentModel. . :: . .AttributeCollection
An AttributeCollection of name and value pairs.

Implémente

ISfcProperty. . :: . .Attributes