Scopes.GetSharedScope メソッド (Microsoft.Office.Server.Search.Administration)
指定された名前を持つグローバルな範囲を返します。
名前空間: 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
範囲名を含む文字列。
戻り値
指定された検索範囲を表す Scope オブジェクト。
関連項目
参照
Scopes クラス
Scopes メンバ
Microsoft.Office.Server.Search.Administration 名前空間