Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.DependencyTreeEnumerator
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 SfcDependencyNode in the node.