Compartilhar via


Propriedade do RDL Property.ISfcProperty.Attributes

Returns an attribute collection that contains properties.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Private ReadOnly Property Attributes As AttributeCollection 
    Implements ISfcProperty.Attributes 
    Get
'Uso
Dim instance As [Property]
Dim value As AttributeCollection 

value = CType(instance, ISfcProperty).Attributes
AttributeCollection ISfcProperty.Attributes { get; }
private:
virtual property AttributeCollection^ Attributes {
    AttributeCollection^ get () sealed = ISfcProperty::Attributes::get;
}
private abstract Attributes : AttributeCollection 
private override Attributes : AttributeCollection
JScript dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Valor da propriedade

Tipo: System.ComponentModel.AttributeCollection
An AttributeCollection that contains properties.

Implementa

ISfcProperty.Attributes

Consulte também

Referência

Property Classe

Namespace Microsoft.SqlServer.Management.Smo