Partager via


FetchCursorStatement.IntoVariables, propriété

Obtient une liste de variables INTO.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

FetchCursorStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms