Project.Parameters Property
Gets the collection of the project parameters.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property Parameters As Parameters
Get
'Usage
Dim instance As Project
Dim value As Parameters
value = instance.Parameters
public Parameters Parameters { get; }
public:
property Parameters^ Parameters {
Parameters^ get ();
}
member Parameters : Parameters
function get Parameters () : Parameters
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Parameters
The collection of the project parameters.