Freigeben über


FetchCursorStatement.IntoVariables-Eigenschaft

Ruft eine Liste mit INTO-Variablen ab.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
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>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

FetchCursorStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace