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.
Returns the enumerator which can be used to walk the graph as a list by the client. 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 Function GetListEnumerator As SfcDependencyEngine.DependencyListEnumerator
'Usage
Dim instance As SfcDependencyEngine
Dim returnValue As SfcDependencyEngine.DependencyListEnumerator
returnValue = instance.GetListEnumerator()
public SfcDependencyEngine.DependencyListEnumerator GetListEnumerator()
public:
SfcDependencyEngine.DependencyListEnumerator^ GetListEnumerator()
member GetListEnumerator : unit -> SfcDependencyEngine.DependencyListEnumerator
public function GetListEnumerator() : SfcDependencyEngine.DependencyListEnumerator
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyEngine.DependencyListEnumerator
The enumerator which can be used to walk the graph as a list by the client.