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 命名空间