Dela via


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)
'Usage
Dim instance As FetchCursorStatement 
Dim value As IList(Of Literal)

value = instance.IntoVariables
public IList<Literal> IntoVariables { get; }
public:
property IList<Literal^>^ IntoVariables {
    IList<Literal^>^ get ();
}
public function get IntoVariables () : IList<Literal>

Property Value

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

.NET Framework Security

See Also

Reference

FetchCursorStatement Class

FetchCursorStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace