DataModificationSpecification.OutputIntoClause Property
Gets or sets the OUTPUT INTO clause.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property OutputIntoClause As OutputIntoClause
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.OutputIntoClause
The OUTPUT INTO clause.