Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reports the index of the first occurrence of the relationship entry based on a specified element.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Function IndexOf ( _
element As IModelElement, _
startIndex As Integer _
) As Integer
int IndexOf(
IModelElement element,
int startIndex
)
int IndexOf(
IModelElement^ element,
int startIndex
)
abstract IndexOf :
element:IModelElement *
startIndex:int -> int
function IndexOf(
element : IModelElement,
startIndex : int
) : int
Parameters
- element
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
Specifies the element to be searched.
- startIndex
Type: System.Int32
Specifies the starting index.
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.