InternalOpenRowset.VarArgs プロパティ

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

構文

'宣言
Public ReadOnly Property VarArgs As IList(Of Expression)
'使用
Dim instance As InternalOpenRowset
Dim value As IList(Of Expression)

value = instance.VarArgs
public IList<Expression> VarArgs { get; }
public:
property IList<Expression^>^ VarArgs {
    IList<Expression^>^ get ();
}
public function get VarArgs () : IList<Expression>

プロパティ値

型 : System.Collections.Generic.IList<Expression>

参照

参照

InternalOpenRowset クラス

InternalOpenRowset メンバ

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