IDTSPackage100.PackageLocation Property

Definition

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

public:
 property System::String ^ PackageLocation { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(91)]
public string PackageLocation { [System.Runtime.InteropServices.DispId(91)] get; }
[<System.Runtime.InteropServices.DispId(91)>]
[<get: System.Runtime.InteropServices.DispId(91)>]
member this.PackageLocation : string
Public ReadOnly Property PackageLocation As String

Property Value

The location of the package.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to