Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.