ReceiveStatement.Into (Propiedad)

Obtiene o establece la tabla para seleccionar en las columnas de los mensajes recibidos.

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 Property Into As Literal
    Get
    Set
public Literal Into { get; set; }
public:
property Literal^ Into {
    Literal^ get ();
    void set (Literal^ value);
}
member Into : Literal with get, set
function get Into () : Literal
function set Into (value : Literal)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Literal

Comentarios

Opcional

Seguridad de .NET Framework

Vea también

Referencia

ReceiveStatement Clase

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