Package.Project Property

Definition

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

Applies to