Método 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
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)
public TargetSetLevel GetLevel(
string skeleton
)
public:
TargetSetLevel^ GetLevel(
String^ skeleton
)
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.
Consulte também