TargetSetLevel.LevelName Property
Gets the name of the target set level.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public ReadOnly Property LevelName As String
Get
'Usage
Dim instance As TargetSetLevel
Dim value As String
value = instance.LevelName
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public string LevelName { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
public:
property String^ LevelName {
String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
member LevelName : string
function get LevelName () : String
Property Value
Type: System.String
A String value the name of the target set level.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.