Share via


SfcDependencyEngine.DependencyNodeEnumerator.IEnumerator<SfcDependencyNode>.Current Property

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Private ReadOnly Property Current As SfcDependencyNode 
    Implements IEnumerator(Of SfcDependencyNode).Current 
    Get
'Usage
Dim instance As SfcDependencyEngine.DependencyNodeEnumerator 
Dim value As SfcDependencyNode 

value = CType(instance, IEnumerator(Of SfcDependencyNode)).Current
SfcDependencyNode IEnumerator<SfcDependencyNode>.Current { get; }
private:
virtual property SfcDependencyNode^ Current {
    SfcDependencyNode^ get () sealed = IEnumerator<SfcDependencyNode^>::Current::get;
}
private abstract Current : SfcDependencyNode 
private override Current : SfcDependencyNode
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyNode
The current object associated with the SfcDependencyNode.

Implements

IEnumerator<T>.Current

See Also

Reference

SfcDependencyEngine.DependencyNodeEnumerator Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace