Skip to content

Commit c691baa

Browse files
committed
add props
1 parent 0126454 commit c691baa

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docs/tools/sqlpackage/sqlpackage-deploy-drift-report.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ SqlPackage {parameters}{properties}{SQLCMD Variables}
130130
|**/p:**|IgnoreObjectPlacementOnPartitionScheme=(BOOLEAN 'True')|Specifies whether an object's placement on a partition scheme should be ignored or updated when you publish to a database.|
131131
|**/p:**|IgnorePartitionSchemes=(BOOLEAN)|Specifies whether differences in partition schemes and functions should be ignored or updated when you publish to a database.|
132132
|**/p:**|IgnorePermissions=(BOOLEAN)|Specifies whether differences in the permissions should be ignored or updated when you publish to a database. |
133+
|**/p:**|IgnorePostDeployScript=(BOOLEAN 'False')|When true, the post-deployment script from the .dacpac will not be attached to the deployment plan.|
134+
|**/p:**|IgnorePreDeployScript=(BOOLEAN 'False')|When true, the pre-deployment script from the .dacpac will not be attached to the deployment plan.|
133135
|**/p:**|IgnoreQuotedIdentifiers=(BOOLEAN 'True')|Specifies whether differences in the quoted identifiers setting should be ignored or updated when you publish to a database. |
134136
|**/p:**|IgnoreRoleMembership=(BOOLEAN)|Specifies whether differences in the role membership of logins should be ignored or updated when you publish to a database. |
135137
|**/p:**|IgnoreRouteLifetime=(BOOLEAN 'True')|Specifies whether differences in the amount of time that SQL Server retains the route in the routing table should be ignored or updated when you publish to a database|

docs/tools/sqlpackage/sqlpackage-publish.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ SqlPackage /at:$($AccessToken_Object.Token) /Action:Publish /SourceFile:"C:\Adve
203203
|**/p:**|IgnoreObjectPlacementOnPartitionScheme=(BOOLEAN 'True')|Specifies whether an object's placement on a partition scheme should be ignored or updated when you publish to a database.|
204204
|**/p:**|IgnorePartitionSchemes=(BOOLEAN 'False')|Specifies whether differences in partition schemes and functions should be ignored or updated when you publish to a database.|
205205
|**/p:**|IgnorePermissions=(BOOLEAN 'False')|Specifies whether differences in the permissions should be ignored or updated when you publish to a database.|
206+
|**/p:**|IgnorePostDeployScript=(BOOLEAN 'False')|When true, the post-deployment script from the .dacpac will not be attached to the deployment plan.|
207+
|**/p:**|IgnorePreDeployScript=(BOOLEAN 'False')|When true, the pre-deployment script from the .dacpac will not be attached to the deployment plan.|
206208
|**/p:**|IgnoreQuotedIdentifiers=(BOOLEAN 'True')|Specifies whether differences in the quoted identifiers setting should be ignored or updated when you publish to a database.|
207209
|**/p:**|IgnoreRoleMembership=(BOOLEAN 'False')|Specifies whether differences in the role membership of logins should be ignored or updated when you publish to a database.|
208210
|**/p:**|IgnoreRouteLifetime=(BOOLEAN 'True')|Specifies whether differences in the amount of time that SQL Server retains the route in the routing table should be ignored or updated when you publish to a database.|

docs/tools/sqlpackage/sqlpackage-script.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ SqlPackage {parameters}{properties}{SQLCMD Variables}
144144
|**/p:**|IgnoreObjectPlacementOnPartitionScheme=(BOOLEAN 'True')|Specifies whether an object's placement on a partition scheme should be ignored or updated when you publish to a database.|
145145
|**/p:**|IgnorePartitionSchemes=(BOOLEAN)|Specifies whether differences in partition schemes and functions should be ignored or updated when you publish to a database.|
146146
|**/p:**|IgnorePermissions=(BOOLEAN)|Specifies whether differences in the permissions should be ignored or updated when you publish to a database.|
147+
|**/p:**|IgnorePostDeployScript=(BOOLEAN 'False')|When true, the post-deployment script from the .dacpac will not be attached to the deployment plan.|
148+
|**/p:**|IgnorePreDeployScript=(BOOLEAN 'False')|When true, the pre-deployment script from the .dacpac will not be attached to the deployment plan.|
147149
|**/p:**|IgnoreQuotedIdentifiers=(BOOLEAN 'True')|Specifies whether differences in the quoted identifiers setting should be ignored or updated when you publish to a database.|
148150
|**/p:**|IgnoreRoleMembership=(BOOLEAN)|Specifies whether differences in the role membership of logins should be ignored or updated when you publish to a database.|
149151
|**/p:**|IgnoreRouteLifetime=(BOOLEAN 'True')|Specifies whether differences in the amount of time that SQL Server retains the route in the routing table should be ignored or updated when you publish to a database.|

0 commit comments

Comments
 (0)