Partager via


Méthode TargetSet.GetLevel

Gets the target set level for the specified skeleton.

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

Syntaxe

'Déclaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Function GetLevel ( _
    skeleton As String _
) As TargetSetLevel
'Utilisation
Dim instance As TargetSet 
Dim skeleton As String 
Dim returnValue As TargetSetLevel 

returnValue = instance.GetLevel(skeleton)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public TargetSetLevel GetLevel(
    string skeleton
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
TargetSetLevel^ GetLevel(
    String^ skeleton
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
member GetLevel : 
        skeleton:string -> TargetSetLevel
public function GetLevel(
    skeleton : String
) : TargetSetLevel

Paramètres

Valeur de retour

Type : Microsoft.SqlServer.Management.Dmf.TargetSetLevel
A TargetSetLevel object that specifies the target set level for the specified skeleton.

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