Condividi tramite


Proprietà Attributes

Gets the aggregated list of custom attributes that are associated with the property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
ReadOnly Property Attributes As AttributeCollection
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.ComponentModel. . :: . .AttributeCollection
An AttributeCollection object that contains the custom attributes.