FetchCursorStatement.IntoVariables (Propiedad)

Obtiene una lista de variables INTO.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

FetchCursorStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)