IndexComponent - Constructeur (String, UInt32)
Initialise une nouvelle instance de la classe IndexComponent .
Espace de noms : Microsoft.Office.Server.Search.Administration.Topology
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Sub New ( _
serverName As String, _
ordinal As UInteger _
)
'Utilisation
Dim serverName As String
Dim ordinal As UInteger
Dim instance As New IndexComponent(serverName, _
ordinal)
public IndexComponent(
string serverName,
uint ordinal
)
Paramètres
serverName
Type : System.StringNom du serveur où ce composant d'index doit être déployé.
ordinal
Type : System.UInt32Numéro de partition d'index.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration.Topology - Espace de noms