Mapping 构造函数 (Guid, String, Int32, Int32)

请注意:此 API 现在已过时。

基于指定的已爬网的属性名称、 数据类型、 属性集和托管的属性标识符 (PID) 的Mapping类的新实例进行初始化。

命名空间:  Microsoft.Office.Server.Search.Administration
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
<ObsoleteAttribute("VariantType is no longer supported. Use property setters instead.")> _
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)
[ObsoleteAttribute("VariantType is no longer supported. Use property setters instead.")]
public Mapping(
    Guid crawledPropset,
    string crawledPropertyName,
    int crawledPropertyVariantType,
    int managedPid
)

参数

  • crawledPropset
    类型:System.Guid

    GUID 用于标识该属性的已爬网属性设置。

  • crawledPropertyName
    类型:System.String

    指定的已爬网的属性名称的字符串。

  • crawledPropertyVariantType
    类型:System.Int32

    一个 32 位整数,它指定变量数据类型的已爬网属性。

  • managedPid
    类型:System.Int32

    一个 32 位整数标识托管的属性。

另请参阅

引用

Mapping 类

Mapping 成员

Mapping 重载

Microsoft.Office.Server.Search.Administration 命名空间