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