Freigeben über


ExecuteSpecification.ExecutableEntity-Eigenschaft

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)

Eigenschaftswert

Typ: Microsoft.SqlServer.TransactSql.ScriptDom.ExecutableEntity
The entity to be executed.

Siehe auch

Verweis

ExecuteSpecification Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace