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.