Set-SPProjectDatabaseQuota
Microsoft 내부 전용입니다.
Syntax
Set-SPProjectDatabaseQuota
[-Settings] <ProjectDatabaseQuotaSettings>
-Url <Uri>
[-AssignmentCollection <SPAssignmentCollection>]
[<CommonParameters>]
Set-SPProjectDatabaseQuota
[-Enabled]
-MaxDbSize <Int32>
-ReadOnlyLimit <Int32>
-ReadOnlyWarningThreshold <Int32>
-Url <Uri>
[-AssignmentCollection <SPAssignmentCollection>]
[<CommonParameters>]
Description
Microsoft 내부 전용입니다.
Project Server에 대한 Windows PowerShell 대한 권한 및 최신 정보는 (https://go.microsoft.com/fwlink/p/?LinkId=251833)의 https://go.microsoft.com/fwlink/p/?LinkId=251833 온라인 설명서를 참조하세요.
예제
--------------------예제---------------------
{{ Add example code here }}
{{ 여기에 예제 설명 추가 }}
매개 변수
-AssignmentCollection
Microsoft 내부 전용입니다.
Type: | SPAssignmentCollection |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Project Server 2013, Project Server 2016, Project Server 2019 |
-Enabled
Microsoft 내부 전용입니다.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Project Server 2013, Project Server 2016, Project Server 2019 |
-MaxDbSize
Microsoft 내부 전용입니다.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Project Server 2013, Project Server 2016, Project Server 2019 |
-ReadOnlyLimit
Microsoft 내부 전용입니다.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Project Server 2013, Project Server 2016, Project Server 2019 |
-ReadOnlyWarningThreshold
Microsoft 내부 전용입니다.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Project Server 2013, Project Server 2016, Project Server 2019 |
-Settings
Microsoft 내부 전용입니다.
Type: | ProjectDatabaseQuotaSettings |
Position: | 2 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Project Server 2013, Project Server 2016, Project Server 2019 |
-Url
Microsoft 내부 전용입니다.
Type: | Uri |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Project Server 2013, Project Server 2016, Project Server 2019 |