Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Raises an error indicating an empty enumerator.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Enumerators.SMO
Assembly : Microsoft.SqlServer.ForEachSMOEnumerator (en Microsoft.SqlServer.ForEachSMOEnumerator.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Current As Object
Get
'Utilisation
Dim instance As EmptyEnumerator
Dim value As Object
value = instance.Current
public Object Current { get; }
public:
virtual property Object^ Current {
Object^ get () sealed;
}
abstract Current : Object
override Current : Object
final function get Current () : Object
Valeur de propriété
Type : System.Object
An object.
Implémente
Notes
This method gets the current object from the collection. For the EmptyEnumerator, there will be no current object to retrieve from the collection. If this method is used, an error is raised.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Dts.Runtime.Enumerators.SMO