FetchCursorStatement.IntoVariables Property

Gets a list of INTO variables.

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)
public IList<Literal> IntoVariables { get; }
public:
property IList<Literal^>^ IntoVariables {
    IList<Literal^>^ get ();
}
member IntoVariables : IList<Literal>
function get IntoVariables () : IList<Literal>

Property Value

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

.NET Framework Security

See Also

Reference

FetchCursorStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace