自上而下创建的cube.deploymentoptions
来自「SQL SERVER 2005数据挖掘与商务智能完全解决方案随书光盘,作者:朱德」· DEPLOYMENTOPTIONS 代码 · 共 11 行
DEPLOYMENTOPTIONS
11 行
<DeploymentOptions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dwd="http://schemas.microsoft.com/DataWarehouse/Designer/1.0">
<TransactionalDeployment>false</TransactionalDeployment>
<PartitionDeployment>DeployPartitions</PartitionDeployment>
<RoleDeployment>DeployRolesRetainMembers</RoleDeployment>
<ProcessingOption>Default</ProcessingOption>
<OutputScript></OutputScript>
<ImpactAnalysisFile></ImpactAnalysisFile>
<ConfigurationSettingsDeployment>Deploy</ConfigurationSettingsDeployment>
<OptimizationSettingsDeployment>Deploy</OptimizationSettingsDeployment>
<WriteBackTableCreation>UseExisting</WriteBackTableCreation>
</DeploymentOptions>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?