Mapping 构造函数 (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).
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)
语法
声明
Public Sub New ( _
crawledPropset As Guid, _
crawledPropertyName As String, _
crawledPropertyVariantType As Integer, _
managedPid As Integer _
)
用法
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
)
参数
- 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.
另请参阅
参考
Mapping 类
Mapping 成员
Microsoft.Office.Server.Search.Administration 命名空间