Propriété TargetSetLevel.LevelName

Gets the name of the target set level.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public ReadOnly Property LevelName As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
A String value the name of the target set level.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

TargetSetLevel Classe

Espace de noms Microsoft.SqlServer.Management.Dmf