Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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
Public ReadOnly Property Current As SfcDependencyNode
Get
'Usage
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
Property Value
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.