TargetSet.GetLevel Método
Gets the target set level for the specified skeleton.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
<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 devuelto
Tipo: Microsoft.SqlServer.Management.Dmf.TargetSetLevel
A TargetSetLevel object that specifies the target set level for the specified skeleton.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.