TargetSet.RootLevel Property
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
Property Value
Type: System.String
A String object that specifies the root level for the target set.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.