Compartir a través de


OpenRowsetDataModificationTarget.OpenRowset (Propiedad)

Obtiene o establece el origen de la tabla.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.TableSourceWithAlias

Seguridad de .NET Framework

Vea también

Referencia

OpenRowsetDataModificationTarget Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)