Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.OutputClause
The OUTPUT clause.