Właściwość Attributes
Pobiera listę zagregowane niestandardowych atrybutów, które są skojarzone z właściwość. Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Deklaracja
ReadOnly Property Attributes As AttributeCollection
Get
'Użycie
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
Wartość właściwości
Typ: System.ComponentModel. . :: . .AttributeCollection
AttributeCollection Obiekt zawierający atrybuty niestandardowe.
Zobacz także