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
- 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.