Compartir a través de


LevelName Propiedad

Gets the name of the target set level.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public ReadOnly Property LevelName As String
    Get
'Uso
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

Valor de la propiedad

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

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.