IndexComponent - Constructeur (Guid, 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 ( _
serverId As Guid, _
ordinal As UInteger _
)
'Utilisation
Dim serverId As Guid
Dim ordinal As UInteger
Dim instance As New IndexComponent(serverId, _
ordinal)
public IndexComponent(
Guid serverId,
uint ordinal
)
Paramètres
serverId
Type : System.GuidID du serveur où ce composant doit être déployé (GUID).
ordinal
Type : System.UInt32Numéro de partition d'index.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration.Topology - Espace de noms