Project.Parameters Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of the project parameters.

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

Syntax

public Parameters Parameters { get; }
public:
property Parameters^ Parameters {
    Parameters^ get();
}
member Parameters : Parameters with get
Public ReadOnly Property Parameters As Parameters

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Parameters

The collection of the project parameters.

See Also

Project Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top