Partager via


Mapping, constructeur (Microsoft.Office.Server.Search.Administration)

Initializes a new instance of the Mapping class based on the specified crawled property name, data type, property set, and managed property identifier (PID).

Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    crawledPropset As Guid, _
    crawledPropertyName As String, _
    crawledPropertyVariantType As Integer, _
    managedPid As Integer _
)
'Utilisation
Dim crawledPropset As Guid
Dim crawledPropertyName As String
Dim crawledPropertyVariantType As Integer
Dim managedPid As Integer

Dim instance As New Mapping(crawledPropset, crawledPropertyName, crawledPropertyVariantType, managedPid)
public Mapping (
    Guid crawledPropset,
    string crawledPropertyName,
    int crawledPropertyVariantType,
    int managedPid
)

Paramètres

  • crawledPropset
    A GUID that identifies the property set for the crawled property.
  • crawledPropertyName
    A string that specifies the crawled property name.
  • crawledPropertyVariantType
    A 32-bit integer that specifies the variant data type for the crawled property.
  • managedPid
    A 32-bit integer that identifies the managed property.

Voir aussi

Référence

Mapping, classe
Membres Mapping
Microsoft.Office.Server.Search.Administration, espace de noms