Proprietà PackageParameterEnumerator.Current

Gets or sets the current parameter.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Current As Parameter 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

PackageParameterEnumerator Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime