共用方式為


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 命名空間