Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property OutputClause As OutputClause
'Usage
Dim instance As DataModificationStatement 
Dim value As OutputClause 
value = instance.OutputClause
instance.OutputClause = value
public OutputClause OutputClause { get; set; }
public:
property OutputClause^ OutputClause {
    OutputClause^ get ();
    void set (OutputClause^ value);
}
public function get OutputClause () : OutputClause 
public function set OutputClause (value : OutputClause)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.OutputClause
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataModificationStatement Class