Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets the OUTPUT INTO clause.
Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintassi
'Dichiarazione
Public Property OutputIntoClause As OutputIntoClause
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.OutputIntoClause
The OUTPUT INTO clause.