Proprietà RootLevel
Gets the root level for the target set.
Spazio dei nomi: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property RootLevel As String
Get
'Utilizzo
Dim instance As TargetSet
Dim value As String
value = instance.RootLevel
public string RootLevel { get; }
public:
property String^ RootLevel {
String^ get ();
}
member RootLevel : string
function get RootLevel () : String
Valore proprietà
Tipo: System. . :: . .String
A String object that specifies the root level for the target set.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche