SelectStatement.Into Property

Gets or sets the into table name.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property Into As SchemaObjectName 
    Get 
    Set
'Usage
Dim instance As SelectStatement 
Dim value As SchemaObjectName 

value = instance.Into

instance.Into = value
public SchemaObjectName Into { get; set; }
public:
property SchemaObjectName^ Into {
    SchemaObjectName^ get ();
    void set (SchemaObjectName^ value);
}
member Into : SchemaObjectName with get, set
function get Into () : SchemaObjectName 
function set Into (value : SchemaObjectName)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The into table name.

See Also

Reference

SelectStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace