Propriedade do RDL ExecutionLocation
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
For more information, see TaskHost.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Property ExecutionLocation As DTSExecutionLocation
Get
Set
'Uso
Dim instance As IDTSExecutionLocation100
Dim value As DTSExecutionLocation
value = instance.ExecutionLocation
instance.ExecutionLocation = value
DTSExecutionLocation ExecutionLocation { get; set; }
property DTSExecutionLocation ExecutionLocation {
DTSExecutionLocation get ();
void set (DTSExecutionLocation value);
}
abstract ExecutionLocation : DTSExecutionLocation with get, set
function get ExecutionLocation () : DTSExecutionLocation
function set ExecutionLocation (value : DTSExecutionLocation)
Valor da propriedade
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .DTSExecutionLocation
Consulte também