: Mapping (Constructor) (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).
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Sub New ( _
crawledPropset As Guid, _
crawledPropertyName As String, _
crawledPropertyVariantType As Integer, _
managedPid As Integer _
)
'Uso
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
)
Parámetros
- 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.
Vea también
Referencia
Mapping (Clase)
Mapping (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)