Compartir a través de


SfcProperty.Attributes Propiedad

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public ReadOnly Property Attributes As AttributeCollection 
    Get
'Uso
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

Valor de la propiedad

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

Implementa

ISfcProperty.Attributes

Vea también

Referencia

SfcProperty Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc