OpenRowsetDataModificationTarget.OpenRowset 属性

获取或设置表源。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property OpenRowset As TableSourceWithAlias
    Get
    Set
public TableSourceWithAlias OpenRowset { get; set; }
public:
property TableSourceWithAlias^ OpenRowset {
    TableSourceWithAlias^ get ();
    void set (TableSourceWithAlias^ value);
}
member OpenRowset : TableSourceWithAlias with get, set
function get OpenRowset () : TableSourceWithAlias
function set OpenRowset (value : TableSourceWithAlias)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.TableSourceWithAlias

.NET Framework 安全性

请参见

参考

OpenRowsetDataModificationTarget 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间