Package.Project Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the specified project associated with the package.

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

[BrowsableAttribute(false)]
[CLSCompliantAttribute(false)]
public IDTSProject100 Project { get; }
public:
[BrowsableAttribute(false)]
[CLSCompliantAttribute(false)]
property IDTSProject100^ Project {
    IDTSProject100^ get();
}
[<BrowsableAttribute(false)>]
[<CLSCompliantAttribute(false)>]
member Project : IDTSProject100 with get
<BrowsableAttribute(False)>
<CLSCompliantAttribute(False)>
Public ReadOnly Property Project As IDTSProject100

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100

The specified project associated with the package.

See Also

Package Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top