Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Returns the index value of the DependencyCollectionNode object within the DependencyCollection object.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Function IndexOf ( _
dependencyCollectionNode As DependencyCollectionNode _
) As Integer
'Применение
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
Параметры
- dependencyCollectionNode
Тип: Microsoft.SqlServer.Management.Smo.DependencyCollectionNode
A DependencyCollectionNode object that specifies the member for which the index value is required.
Возвращаемое значение
Тип: System.Int32
An Int32 value that specifies the index position of the specified object in the collection.