DependencyCollection.IndexOf Method
SQL Server 2012
Returns the index value of the DependencyCollectionNode object within the DependencyCollection object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- dependencyCollectionNode
- Type: Microsoft.SqlServer.Management.Smo.DependencyCollectionNode
A DependencyCollectionNode object that specifies the member for which the index value is required.
Return Value
Type: System.Int32An Int32 value that specifies the index position of the specified object in the collection.