SetLevelCondition 메서드
Sets the condition for the specified target set level.
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)
구문
‘선언
Public Function SetLevelCondition ( _
level As TargetSetLevel, _
condition As String _
) As TargetSetLevel
‘사용 방법
Dim instance As TargetSet
Dim level As TargetSetLevel
Dim condition As String
Dim returnValue As TargetSetLevel
returnValue = instance.SetLevelCondition(level, _
condition)
public TargetSetLevel SetLevelCondition(
TargetSetLevel level,
string condition
)
public:
TargetSetLevel^ SetLevelCondition(
TargetSetLevel^ level,
String^ condition
)
member SetLevelCondition :
level:TargetSetLevel *
condition:string -> TargetSetLevel
public function SetLevelCondition(
level : TargetSetLevel,
condition : String
) : TargetSetLevel
매개 변수
- level
유형: Microsoft.SqlServer.Management.Dmf. . :: . .TargetSetLevel
A TargetSetLevel object that specifies the target set level.
- condition
유형: System. . :: . .String
A String object that specifies the condition.
반환 값
유형: Microsoft.SqlServer.Management.Dmf. . :: . .TargetSetLevel
A TargetSetLevel object that specifies the target set level with the associated condition.
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.