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