Freigeben über


TargetSet.RootLevel-Eigenschaft

Gets the root level for the target set.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public ReadOnly Property RootLevel As String 
    Get
'Usage
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

Eigenschaftswert

Typ: System.String
A String object that specifies the root level for the target set.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

TargetSet Klasse

Microsoft.SqlServer.Management.Dmf-Namespace