DataModificationStatementTableSource.Statement Property
Gets or sets the sub-DML statement.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property Statement As DataModificationStatement
public DataModificationStatement Statement { get; set; }
public:
property DataModificationStatement^ Statement {
DataModificationStatement^ get ();
void set (DataModificationStatement^ value);
}
member Statement : DataModificationStatement with get, set
function get Statement () : DataModificationStatement
function set Statement (value : DataModificationStatement)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.DataModificationStatement
.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.