Package.Parameters Property

 

Applies To: SQL Server 2016 Preview

Gets the parameters collection for the package.

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

Syntax

[ReadOnlyAttribute(true)]
public Parameters Parameters { get; }
public:
[ReadOnlyAttribute(true)]
property Parameters^ Parameters {
    Parameters^ get();
}
[<ReadOnlyAttribute(true)>]
member Parameters : Parameters with get
<ReadOnlyAttribute(True)>
Public ReadOnly Property Parameters As Parameters

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Parameters

The parameters collection for the package.

See Also

Package Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top