Proprietà LevelName
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
Vedere anche