Condividi tramite


Proprietà Property.ISfcProperty.Attributes

Returns an attribute collection that contains properties.

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

Sintassi

'Dichiarazione
Private ReadOnly Property Attributes As AttributeCollection 
    Implements ISfcProperty.Attributes 
    Get
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Valore proprietà

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

Implementa

ISfcProperty.Attributes

Vedere anche

Riferimento

Property Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo