Gets or sets the statement value.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property LineNo As IntegerLiteral
Get
Set
用法
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)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.IntegerLiteral
The statement value.