Condividi tramite


Classe PropertySourceSubObjectTypeAttribute

The PropertySourceSubObjectTypeAttribute class contains the represents the attribute that is attached to the property source sub-object type in policy-based management.

Spazio dei nomi:  Microsoft.SqlServer.Management.Facets
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
<AttributeUsageAttribute(AttributeTargets.All, AllowMultiple := True)> _
Public NotInheritable Class PropertySourceSubObjectTypeAttribute _
    Inherits Attribute
'Utilizzo
Dim instance As PropertySourceSubObjectTypeAttribute
[AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = true)]
public sealed class PropertySourceSubObjectTypeAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::All, AllowMultiple = true)]
public ref class PropertySourceSubObjectTypeAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = true)>]
type PropertySourceSubObjectTypeAttribute =  
    class
        inherit Attribute
    end
public final class PropertySourceSubObjectTypeAttribute extends Attribute

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Thread Safety

Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.

Gerarchia di ereditarietà

System. . :: . .Object
  System. . :: . .Attribute
    Microsoft.SqlServer.Management.Facets..::..PropertySourceSubObjectTypeAttribute

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.