Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the entity to be executed.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property ExecutableEntity As ExecutableEntity
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.ExecutableEntity
The entity to be executed.