Scopes.GetSharedScope 方法 (Microsoft.Office.Server.Search.Administration)
Returns the global scope with the specified name.
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)
语法
声明
Public Function GetSharedScope ( _
name As String _
) As Scope
用法
Dim instance As Scopes
Dim name As String
Dim returnValue As Scope
returnValue = instance.GetSharedScope(name)
public Scope GetSharedScope (
string name
)
参数
- name
A string containing the scope name.
返回值
A Scope object representing the specified search scope.
另请参阅
参考
Scopes 类
Scopes 成员
Microsoft.Office.Server.Search.Administration 命名空间