Share via


IndexComponent constructor (String, 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 ( _
    serverName As String, _
    ordinal As UInteger _
)
'Usage
Dim serverName As String
Dim ordinal As UInteger

Dim instance As New IndexComponent(serverName, _
    ordinal)
public IndexComponent(
    string serverName,
    uint ordinal
)

Parameters

  • serverName
    Type: System.String

    Name of the server where this index component shall be deployed.

See also

Reference

IndexComponent class

IndexComponent members

IndexComponent overload

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