次の方法で共有


LineNoStatement.LineNo プロパティ

ステートメント値を取得または設定します。

名前空間:  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
ステートメント値。

関連項目

参照

LineNoStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間