ExecuteStatement.ExecutableEntity (Propiedad)

Obtiene o establece la entidad ejecutable.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

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

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.ExecutableEntity
Devuelve un objeto ExecutableEntity.

Seguridad de .NET Framework

Vea también

Referencia

ExecuteStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)