SelectStatement.Into 속성
Gets or sets the into table name.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public Property Into As SchemaObjectName
Get
Set
‘사용 방법
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)
속성 값
유형: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The into table name.