Partager via


Méthode TargetSet.SetLevelCondition

Sets the condition for the specified target set level.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public Function SetLevelCondition ( _
    level As TargetSetLevel, _
    condition As String _
) As TargetSetLevel
'Utilisation
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

Paramètres

Valeur de retour

Type : Microsoft.SqlServer.Management.Dmf.TargetSetLevel
A TargetSetLevel object that specifies the target set level with the associated condition.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

TargetSet Classe

Espace de noms Microsoft.SqlServer.Management.Dmf