Proprietà SfcDependencyEngine.DependencyListEnumerator.Current

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

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

Valore proprietà

Tipo: 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.

Implementa

IEnumerator<T>.Current

Vedere anche

Riferimento

SfcDependencyEngine.DependencyListEnumerator Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc