SetRowCountStatement.NumberRows プロパティ

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property NumberRows As Literal
'使用
Dim instance As SetRowCountStatement
Dim value As Literal

value = instance.NumberRows

instance.NumberRows = value
public Literal NumberRows { get; set; }
public:
property Literal^ NumberRows {
    Literal^ get ();
    void set (Literal^ value);
}
public function get NumberRows () : Literal
public function set NumberRows (value : Literal)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.Literal

参照

参照

SetRowCountStatement クラス

SetRowCountStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間