Compartilhar via


Propriedade do RDL ISfcProperty.Attributes

Gets the aggregated list of custom attributes that are associated with the property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
ReadOnly Property Attributes As AttributeCollection 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ISfcProperty Interface

Namespace Microsoft.SqlServer.Management.Sdk.Sfc