Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the OUTPUT clause.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property OutputClause As OutputClause
Get
Set
'Usage
Dim instance As DataModificationSpecification
Dim value As OutputClause
value = instance.OutputClause
instance.OutputClause = value
public OutputClause OutputClause { get; set; }
public:
property OutputClause^ OutputClause {
OutputClause^ get ();
void set (OutputClause^ value);
}
member OutputClause : OutputClause with get, set
function get OutputClause () : OutputClause
function set OutputClause (value : OutputClause)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.OutputClause
The OUTPUT clause.