다음을 통해 공유


TargetSetLevel 클래스

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

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf

구문

‘선언
Public NotInheritable Class TargetSetLevel _
    Inherits SfcInstance _
    Implements IComparable(Of TargetSetLevel)
‘사용 방법
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>

상속 계층 구조

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

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.