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 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.