Compartir a través de


ExecuteSpecification.ExecutableEntity Propiedad

Gets or sets the entity to be executed.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property ExecutableEntity As ExecutableEntity 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

ExecuteSpecification Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom