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 命名空间