Freigeben über


TargetSet.GetLevel-Methode

Gets the target set level for the specified skeleton.

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

Syntax

'Declaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Function GetLevel ( _
    skeleton As String _
) As TargetSetLevel
'Usage
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

Parameter

Rückgabewert

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

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

TargetSet Klasse

Microsoft.SqlServer.Management.Dmf-Namespace