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.