GetLevel 方法
Gets the target set level for the specified skeleton.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Function GetLevel ( _
skeleton As String _
) As TargetSetLevel
'用途
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
參數
- skeleton
型別:System. . :: . .String
A String object that specifies the level skeleton.
傳回值
型別:Microsoft.SqlServer.Management.Dmf. . :: . .TargetSetLevel
A TargetSetLevel object that specifies the target set level for the specified skeleton.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。