Compartir a través de


LineNoStatement.LineNo Propiedad

Gets or sets the statement value.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property LineNo As IntegerLiteral 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

LineNoStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom