Share via


LineNoStatement.LineNo Property

Gets or sets the statement value.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property LineNo As IntegerLiteral 
    Get 
    Set
'Usage
Dim instance As LineNoStatement 
Dim value As IntegerLiteral 

value = instance.LineNo

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

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.IntegerLiteral
The statement value.

See Also

Reference

LineNoStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace