Proprietà TargetSetLevel.LevelName

Gets the name of the target set level.

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public ReadOnly Property LevelName As String 
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

TargetSetLevel Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf