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.
Gets or sets the entity to be executed.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property ExecutableEntity As ExecutableEntity
Get
Set
'Usage
Dim instance As ExecuteSpecification
Dim value As ExecutableEntity
value = instance.ExecutableEntity
instance.ExecutableEntity = value
public ExecutableEntity ExecutableEntity { get; set; }
public:
property ExecutableEntity^ ExecutableEntity {
ExecutableEntity^ get ();
void set (ExecutableEntity^ value);
}
member ExecutableEntity : ExecutableEntity with get, set
function get ExecutableEntity () : ExecutableEntity
function set ExecutableEntity (value : ExecutableEntity)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ExecutableEntity
The entity to be executed.