Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Syntax
'Declaration
Public Function IndexOf ( _
dependencyCollectionNode As DependencyCollectionNode _
) As Integer
'Usage
Dim instance As DependencyCollection
Dim dependencyCollectionNode As DependencyCollectionNode
Dim returnValue As Integer
returnValue = instance.IndexOf(dependencyCollectionNode)
public int IndexOf(
DependencyCollectionNode dependencyCollectionNode
)
public:
virtual int IndexOf(
DependencyCollectionNode^ dependencyCollectionNode
) sealed
abstract IndexOf :
dependencyCollectionNode:DependencyCollectionNode -> int
override IndexOf :
dependencyCollectionNode:DependencyCollectionNode -> int
public final function IndexOf(
dependencyCollectionNode : DependencyCollectionNode
) : int
Parameter
- dependencyCollectionNode
Typ: Microsoft.SqlServer.Management.Smo.DependencyCollectionNode
A DependencyCollectionNode object that specifies the member for which the index value is required.
Rückgabewert
Typ: System.Int32
An Int32 value that specifies the index position of the specified object in the collection.