Share via


PackageParameterEnumerator.Current Property

Gets or sets the current parameter.

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

Syntax

'Declaration
Public ReadOnly Property Current As Parameter 
    Get
'Usage
Dim instance As PackageParameterEnumerator 
Dim value As Parameter 

value = instance.Current
public Parameter Current { get; }
public:
property Parameter^ Current {
    Parameter^ get ();
}
member Current : Parameter
function get Current () : Parameter

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Parameter
The current parameter.

See Also

Reference

PackageParameterEnumerator Class

Microsoft.SqlServer.Dts.Runtime Namespace