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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.