Compartir a través de


DataModificationStatement.OutputClause (Propiedad)

Obtiene o establece la cláusula de salida.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property OutputClause As OutputClause
    Get
    Set
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.OutputClause

Seguridad de .NET Framework

Vea también

Referencia

DataModificationStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)