Get-SPBusinessDataCatalogThrottleConfig
Business Data Connectivity Service アプリケーションの調整構成を取得します。
構文
Get-SPBusinessDataCatalogThrottleConfig
[-FileBacked]
-Scope <ThrottleScope>
-ThrottleType <ThrottleType>
[-AssignmentCollection <SPAssignmentCollection>]
[<CommonParameters>]
Get-SPBusinessDataCatalogThrottleConfig
-Scope <ThrottleScope>
-ServiceApplicationProxy <SPServiceApplicationProxyPipeBind>
-ThrottleType <ThrottleType>
[-AssignmentCollection <SPAssignmentCollection>]
[<CommonParameters>]
説明
このコマンドレットには、複数のパラメーター セットが含まれています。 使用できるのは、1 つのパラメーター セットのパラメーターだけであり、異なるパラメーター セットのパラメーターを組み合わせることはできません。 パラメーター セットの使用法に関する詳しい情報については、「コマンドレットのパラメーター セット」を参照してください。
Get-SPBusinessDataCatalogThrottleConfig コマンドレットでは、Business Data Connectivity Service アプリケーションの調整構成を読み取ります。
Windows PowerShell for SharePoint 製品のアクセス許可と最新情報については、「SharePoint Server コマンドレット」のオンライン ドキュメントをご覧ください。
例
------------------ 例 ------------------
Get-SPBusinessDataCatalogThrottleConfig -Scope Database -ThrottleType Items -ServiceApplicationProxy $contosoServAppProxy
この例では、指定されたサービス アプリケーションのデータベース アイテムに関連する調整情報を取得します。
パラメーター
-AssignmentCollection
適切な破棄を行うためにオブジェクトを管理します。 SPWeb や SPSite などのオブジェクトの使用によって大量のメモリが使用される場合があるので、Windows PowerShell スクリプトでこれらのオブジェクトを使用するには適切なメモリ管理が必要です。 メモリの解放が必要になった場合は、SPAssignment オブジェクトを使用して、変数へのオブジェクトの割り当てとオブジェクトの破棄を行うことができます。 割り当てコレクションまたは Global パラメーターが使用されていない場合、SPWeb、SPSite、または SPSiteAdministration オブジェクトが使用されていると、オブジェクトは自動的に破棄されます。
Global パラメーターが使用されている場合は、オブジェクトはすべてグローバル ストアに格納されます。 Stop-SPAssignment コマンドを使用してオブジェクトの使用または破棄を直接行わないと、メモリ不足のシナリオになる場合があります。
Type: | SPAssignmentCollection |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-FileBacked
ファイル バックアップ メタデータ カタログ用に調整構成を要求します。
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-Scope
指定された範囲の調整構成を返します。
型は、Wcf、WebService、Database、Global、または Custom のいずれかである必要があります。
Type: | ThrottleScope |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-ServiceApplicationProxy
取得する調整構成を含む Business Data Connectivity Service アプリケーション プロキシを指定します。
Type: | SPServiceApplicationProxyPipeBind |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-ThrottleType
指定された調整の種類の調整構成を返します。
この型の値は、 None 、 Items 、 Size 、 Connections 、または Timeout であることが必要です。
Type: | ThrottleType |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |