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
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)
public TargetSetLevel GetLevel(
string skeleton
)
public:
TargetSetLevel^ GetLevel(
String^ skeleton
)
member GetLevel :
skeleton:string -> TargetSetLevel
public function GetLevel(
skeleton : String
) : TargetSetLevel
Parameter
- skeleton
Typ: System. . :: . .String
A String object that specifies the level skeleton.
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.