Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.