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

参数

返回值

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

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。