Compartilhar via


QueryClientTypeMapping constructor

Construtor para criar novos mapeamentos de tipo de cliente

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

Syntax

'Declaração
Public Sub New ( _
    clientType As String, _
    tier As QueryThrottlingTier, _
    owner As SearchObjectOwner _
)
'Uso
Dim clientType As String
Dim tier As QueryThrottlingTier
Dim owner As SearchObjectOwner

Dim instance As New QueryClientTypeMapping(clientType, _
    tier, owner)
public QueryClientTypeMapping(
    string clientType,
    QueryThrottlingTier tier,
    SearchObjectOwner owner
)

Parâmetros

Ver também

Referência

QueryClientTypeMapping class

QueryClientTypeMapping members

Microsoft.Office.Server.Search.Query namespace