Propriété SfcDependencyEngine.DependencyListEnumerator.Current
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Current As SfcDependencyNode
Get
'Utilisation
Dim instance As SfcDependencyEngine.DependencyListEnumerator
Dim value As SfcDependencyNode
value = instance.Current
public SfcDependencyNode Current { get; }
public:
virtual property SfcDependencyNode^ Current {
SfcDependencyNode^ get () sealed;
}
abstract Current : SfcDependencyNode
override Current : SfcDependencyNode
final function get Current () : SfcDependencyNode
Valeur de propriété
Type : Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyNode
An Object that represents the current item in the underlying list represented by the List property, or a null reference if the list has no items.