Set-SPProjectDatabaseQuota
仅供 Microsoft 内部使用。
语法
Set-SPProjectDatabaseQuota
[-Settings] <ProjectDatabaseQuotaSettings>
-Url <Uri>
[-AssignmentCollection <SPAssignmentCollection>]
[<CommonParameters>]
Set-SPProjectDatabaseQuota
[-Enabled]
-MaxDbSize <Int32>
-ReadOnlyLimit <Int32>
-ReadOnlyWarningThreshold <Int32>
-Url <Uri>
[-AssignmentCollection <SPAssignmentCollection>]
[<CommonParameters>]
说明
仅供 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 |