Freigeben über


Property.ISfcProperty.Attributes-Eigenschaft

Returns an attribute collection that contains properties.

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

Syntax

'Declaration
Private ReadOnly Property Attributes As AttributeCollection 
    Implements ISfcProperty.Attributes 
    Get
'Usage
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Eigenschaftswert

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

Implementiert

ISfcProperty.Attributes

Siehe auch

Verweis

Property Klasse

Microsoft.SqlServer.Management.Smo-Namespace