Metodo GetLevel
Gets the target set level for the specified skeleton.
Spazio dei nomi: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Function GetLevel ( _
skeleton As String _
) As TargetSetLevel
'Utilizzo
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
Parametri
- skeleton
Tipo: System. . :: . .String
A String object that specifies the level skeleton.
Valore restituito
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .TargetSetLevel
A TargetSetLevel object that specifies the target set level for the specified skeleton.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche