Propriedade do RDL DataModificationSpecification.OutputIntoClause
Gets or sets the OUTPUT INTO clause.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property OutputIntoClause As OutputIntoClause
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.OutputIntoClause
The OUTPUT INTO clause.