Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.