Share via


IndexComponent constructor (Guid, UInt32)

Initializes a new instance of the IndexComponent class.

Namespace:  Microsoft.Office.Server.Search.Administration.Topology
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Sub New ( _
    serverId As Guid, _
    ordinal As UInteger _
)
'Usage
Dim serverId As Guid
Dim ordinal As UInteger

Dim instance As New IndexComponent(serverId, _
    ordinal)
public IndexComponent(
    Guid serverId,
    uint ordinal
)

Parameters

  • serverId
    Type: System.Guid

    ID of the server where this component shall be deployed (GUID).

See also

Reference

IndexComponent class

IndexComponent members

IndexComponent overload

Microsoft.Office.Server.Search.Administration.Topology namespace