Compartilhar via


Propriedade do RDL IDTSPackage100.PackageLocation

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets a string that contains the location of the package.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
ReadOnly Property PackageLocation As String 
    Get
'Uso
Dim instance As IDTSPackage100 
Dim value As String 

value = instance.PackageLocation
string PackageLocation { get; }
property String^ PackageLocation {
    String^ get ();
}
abstract PackageLocation : string
function get PackageLocation () : String

Valor da propriedade

Tipo: System.String
The location of the package.

Comentários

This interface is implemented by the Package and PackageNeutral interfaces.

Consulte também

Referência

IDTSPackage100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper