Freigeben über


ISfcProperty.Attributes-Eigenschaft

Gets the aggregated list of custom attributes that are associated with the property. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
ReadOnly Property Attributes As AttributeCollection 
    Get
'Usage
Dim instance As ISfcProperty 
Dim value As AttributeCollection 

value = instance.Attributes
AttributeCollection Attributes { get; }
property AttributeCollection^ Attributes {
    AttributeCollection^ get ();
}
abstract Attributes : AttributeCollection
function get Attributes () : AttributeCollection

Eigenschaftswert

Typ: System.ComponentModel.AttributeCollection
An AttributeCollection object that contains the custom attributes.

Siehe auch

Verweis

ISfcProperty Schnittstelle

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace