Propriété ISfcProperty.Attributes
Gets the aggregated list of custom attributes that are associated with the property. Ne faites pas directement référence à 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
ReadOnly Property Attributes As AttributeCollection
Get
'Utilisation
Dim instance As ISfcProperty
Dim value As AttributeCollection
value = instance.Attributes
AttributeCollection Attributes { get; }
property AttributeCollection^ Attributes {
AttributeCollection^ get ();
}
abstract Attributes : AttributeCollection
function get Attributes () : AttributeCollection
Valeur de propriété
Type : System.ComponentModel.AttributeCollection
An AttributeCollection object that contains the custom attributes.