Método TargetSet.GetLevel
Gets the target set level for the specified skeleton.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Function GetLevel ( _
skeleton As String _
) As TargetSetLevel
'Uso
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
Parâmetros
- skeleton
Tipo: System.String
A String object that specifies the level skeleton.
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Dmf.TargetSetLevel
A TargetSetLevel object that specifies the target set level for the specified skeleton.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.