Sdílet prostřednictvím


FetchCursorStatement.IntoVariables – vlastnost

Získá seznam do proměnné.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
Public ReadOnly Property IntoVariables As IList(Of Literal)
    Get
public IList<Literal> IntoVariables { get; }
public:
property IList<Literal^>^ IntoVariables {
    IList<Literal^>^ get ();
}
member IntoVariables : IList<Literal>
function get IntoVariables () : IList<Literal>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<Literal>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

FetchCursorStatement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů