Proprietà SfcProperty.Attributes

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Attributes As AttributeCollection 
    Get
'Utilizzo
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

Valore proprietà

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

Implementa

ISfcProperty.Attributes

Vedere anche

Riferimento

SfcProperty Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc