Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the specified project associated with the package.
This API is not CLS-compliant.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
<BrowsableAttribute(False)> _
Public ReadOnly Property Project As IDTSProject100
Get
'Usage
Dim instance As Package
Dim value As IDTSProject100
value = instance.Project
[CLSCompliantAttribute(false)]
[BrowsableAttribute(false)]
public IDTSProject100 Project { get; }
[CLSCompliantAttribute(false)]
[BrowsableAttribute(false)]
public:
property IDTSProject100^ Project {
IDTSProject100^ get ();
}
[<CLSCompliantAttribute(false)>]
[<BrowsableAttribute(false)>]
member Project : IDTSProject100
function get Project () : IDTSProject100
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100
The specified project associated with the package.