OpenRowsetDataModificationTarget.OpenRowset – vlastnost
Získá nebo nastaví zdrojové tabulky.
Obor názvů: Microsoft.Data.Schema.ScriptDom.Sql
Sestavení: Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Deklarace
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)
Hodnota vlastnosti
Typ: Microsoft.Data.Schema.ScriptDom.Sql.TableSourceWithAlias
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.