Свойство GoToStatement.LabelName

Gets or sets the label name.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property LabelName As Identifier 
    Get 
    Set
'Применение
Dim instance As GoToStatement 
Dim value As Identifier 

value = instance.LabelName

instance.LabelName = value
public Identifier LabelName { get; set; }
public:
property Identifier^ LabelName {
    Identifier^ get ();
    void set (Identifier^ value);
}
member LabelName : Identifier with get, set
function get LabelName () : Identifier 
function set LabelName (value : Identifier)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The label name.

См. также

Справочник

GoToStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom