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 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)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.OutputIntoClause
The OUTPUT INTO clause.