Свойство ExecuteSpecification.ExecutableEntity

Gets or sets the entity to be executed.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property ExecutableEntity As ExecutableEntity 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.ExecutableEntity
The entity to be executed.

См. также

Справочник

ExecuteSpecification Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom