Compartir a través de


ISfcProperty.Attributes Propiedad

Gets the aggregated list of custom attributes that are associated with the property. 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
ReadOnly Property Attributes As AttributeCollection 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ISfcProperty Interfaz

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