Share via


SfcProperty.Attributes Property

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Syntax

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

value = instance.Attributes
public AttributeCollection Attributes { get; }
public:
virtual property AttributeCollection^ Attributes {
    AttributeCollection^ get () sealed;
}
abstract Attributes : AttributeCollection
override Attributes : AttributeCollection
final function get Attributes () : AttributeCollection

Property Value

Type: System.ComponentModel.AttributeCollection
An AttributeCollection of name and value pairs.

Implements

ISfcProperty.Attributes