IDTSPackage100.PackageLocation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.