Compartilhar via


Propriedade do RDL SfcProperty.Attributes

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
Public ReadOnly Property Attributes As AttributeCollection 
    Get
'Uso
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

Valor da propriedade

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

Implementa

ISfcProperty.Attributes

Consulte também

Referência

SfcProperty Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc