Partager via


Propriété DataModificationSpecification.OutputIntoClause

Gets or sets the OUTPUT INTO clause.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property OutputIntoClause As OutputIntoClause 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.OutputIntoClause
The OUTPUT INTO clause.

Voir aussi

Référence

DataModificationSpecification Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom