ExecuteInsertSource.Execute Property
Gets or sets the execute call for the values to insert.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Execute As ExecuteSpecification
Get
Set
'Usage
Dim instance As ExecuteInsertSource
Dim value As ExecuteSpecification
value = instance.Execute
instance.Execute = value
public ExecuteSpecification Execute { get; set; }
public:
property ExecuteSpecification^ Execute {
ExecuteSpecification^ get ();
void set (ExecuteSpecification^ value);
}
member Execute : ExecuteSpecification with get, set
function get Execute () : ExecuteSpecification
function set Execute (value : ExecuteSpecification)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ExecuteSpecification
The execute call for the values to insert.