Package.Project 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.
Important
This API is not CLS-compliant.
Gets or sets the specified project associated with the package.
public:
property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSProject100 ^ Project { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSProject100 ^ get(); };
[System.CLSCompliant(false)]
[System.ComponentModel.Browsable(false)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100 Project { get; }
[<System.CLSCompliant(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.Project : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100
Public ReadOnly Property Project As IDTSProject100
Property Value
The specified project associated with the package.
- Attributes