DataModificationSpecification.OutputIntoClause 속성

Gets or sets the OUTPUT INTO clause.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Property OutputIntoClause As OutputIntoClause 
    Get 
    Set
‘사용 방법
Dim instance As DataModificationSpecification 
Dim value As OutputIntoClause 

value = instance.OutputIntoClause

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

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.OutputIntoClause
The OUTPUT INTO clause.

참고 항목

참조

DataModificationSpecification 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스