Sdílet prostřednictvím


TargetSetLevel Class

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

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

Syntax

'Declaration
Public NotInheritable Class TargetSetLevel _
    Inherits SfcInstance _
    Implements IComparable(Of TargetSetLevel)
'Usage
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>

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.