Partager via


Propriété PackageParameterEnumerator.Current

Gets or sets the current parameter.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Current As Parameter 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

PackageParameterEnumerator Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime