Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Searches for a SyncColumnMapping object when given a column name. Returns the zero-based index of the first occurrence within the entire collection.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
Syntax
'Declaration
Public Function IndexOfServerColumn ( _
serverColumn As String _
) As Integer
'Usage
Dim instance As SyncColumnMappingCollection
Dim serverColumn As String
Dim returnValue As Integer
returnValue = instance.IndexOfServerColumn(serverColumn)
public int IndexOfServerColumn(
string serverColumn
)
public:
int IndexOfServerColumn(
String^ serverColumn
)
member IndexOfServerColumn :
serverColumn:string -> int
public function IndexOfServerColumn(
serverColumn : String
) : int
Parameters
- serverColumn
Type: System.String
The name of the column at the server for which to get the index in the SyncColumnMappingCollection.
Return Value
Type: System.Int32
The index position of serverColumn if that string is found. Returns -1 if the string is not found.