ExecutionContext-Eigenschaft
Gets or sets the execution context.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute> _
Public Property ExecutionContext As ExecutionContext
Get
Set
'Usage
Dim instance As Trigger
Dim value As ExecutionContext
value = instance.ExecutionContext
instance.ExecutionContext = value
[SfcPropertyAttribute]
public ExecutionContext ExecutionContext { get; set; }
[SfcPropertyAttribute]
public:
property ExecutionContext ExecutionContext {
ExecutionContext get ();
void set (ExecutionContext value);
}
[<SfcPropertyAttribute>]
member ExecutionContext : ExecutionContext with get, set
function get ExecutionContext () : ExecutionContext
function set ExecutionContext (value : ExecutionContext)
Eigenschaftenwert
Typ: Microsoft.SqlServer.Management.Smo. . :: . .ExecutionContext
An ExecutionContext object value that specifies the execution context.
Siehe auch