TargetSet Class

The TargetSet object represents a policy-based Management target set that holds information about levels, the condition for each level, and the target types.

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

Syntax

'Declaration
Public NotInheritable Class TargetSet _
    Inherits SfcInstance
'Usage
Dim instance As TargetSet
public sealed class TargetSet : SfcInstance
public ref class TargetSet sealed : public SfcInstance
[<SealedAttribute>]
type TargetSet =  
    class
        inherit SfcInstance
    end
public final class TargetSet extends SfcInstance

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Inheritance Hierarchy

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

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.