SearchServiceApplicationProxy.GetManagedProperties 方法 (String, Int32, SearchObjectOwner)
GetManagedProperties(String, Int32, SearchObjectOwner)
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetManagedProperties ( _
filterString As String, _
includeMappedCrawledPropertiesNum As Integer, _
owner As SearchObjectOwner _
) As ManagedPropertyInfoCollection
用法
Dim instance As SearchServiceApplicationProxy
Dim filterString As String
Dim includeMappedCrawledPropertiesNum As Integer
Dim owner As SearchObjectOwner
Dim returnValue As ManagedPropertyInfoCollection
returnValue = instance.GetManagedProperties(filterString, _
includeMappedCrawledPropertiesNum, _
owner)
public ManagedPropertyInfoCollection GetManagedProperties(
string filterString,
int includeMappedCrawledPropertiesNum,
SearchObjectOwner owner
)
参数
- filterString
类型:System.String
- includeMappedCrawledPropertiesNum
类型:System.Int32
返回值
类型:Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoCollection
实现
ISchemaOperations.GetManagedProperties(String, Int32, SearchObjectOwner)
另请参阅
引用
SearchServiceApplicationProxy 类