Get-SPAccessServicesApplication
Access Services サービス アプリケーションを取得します。
構文
Get-SPAccessServicesApplication
[[-Identity] <SPServiceApplicationPipeBind>]
[-AssignmentCollection <SPAssignmentCollection>]
[<CommonParameters>]
説明
ファームで使用できる Access Services サービス アプリケーションを返します。
例
例 1
$sa = Get-SPServiceApplication| ?{$_.TypeName -eq 'Access Services Web Service Application'}
Get-SPAccessServicesApplication -Identity $sa
サービス アプリケーションの pipebind を使用して Access Services アプリケーションを返します。
例 2
Get-SPAccessServicesApplication -Identity 0d1da6e4-5cd6-4ccf-9ae1-ace2e964223a
指定した GUID を持つ Access Services アプリケーションを返します。
パラメーター
-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 2013, SharePoint Server 2016, SharePoint Server 2019 |
-Identity
Service Application パイプ バインドまたは GUID の形式である必要があります。
Type: | SPServiceApplicationPipeBind |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
入力
Microsoft.SharePoint.PowerShell.SPServiceApplicationPipeBind
Microsoft.SharePoint.PowerShell.SPAssignmentCollection
出力
System.Object