Compartilhar via


Classe TargetSetLevel

Represents the target set level in policy-based management services.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
Public NotInheritable Class TargetSetLevel _
    Inherits SfcInstance _
    Implements IComparable(Of TargetSetLevel)
'Uso
Dim instance As TargetSetLevel
public sealed class TargetSetLevel : SfcInstance, 
    IComparable<TargetSetLevel>
public ref class TargetSetLevel sealed : public SfcInstance, 
    IComparable<TargetSetLevel^>
[<SealedAttribute>]
type TargetSetLevel =  
    class
        inherit SfcInstance
        interface IComparable<TargetSetLevel>
    end
public final class TargetSetLevel extends SfcInstance implements IComparable<TargetSetLevel>

Hierarquia de herança

System. . :: . .Object
  SfcInstance
    Microsoft.SqlServer.Management.Dmf..::..TargetSetLevel

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.