Udostępnij za pośrednictwem


Właściwość Property.ISfcProperty.Attributes

Zwraca kolekcja atrybut, który zawiera właściwości.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Private ReadOnly Property Attributes As AttributeCollection
    Implements ISfcProperty.Attributes
    Get
'Użycie
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
Język JScript obsługuje używanie jawnych implementacji interfejsów, ale nie obsługuje deklarowania nowych.

Wartość właściwości

Typ: System.ComponentModel.AttributeCollection
AttributeCollection Zawiera właściwości.

Implementacje

ISfcProperty.Attributes