chapter18as.ssmsasproj
来自「< SQL Server2005程序设计>」· SSMSASPROJ 代码 · 共 34 行
SSMSASPROJ
34 行
<?xml version="1.0"?>
<SqlWorkbenchSqlAsProject xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Name="Chapter18AS">
<Items>
<LogicalFolder Name="Connections" Type="2">
<Items>
<ConnectionNode Name="(local)">
<Created>2005-10-23T21:17:20.0281696-04:00</Created>
<Type>Analysis Server</Type>
<Server>(local)</Server>
<UserName />
<Authentication>Windows Authentication</Authentication>
<InitialDB>Chapter18</InitialDB>
<LoginTimeout>15</LoginTimeout>
<ExecutionTimeout>0</ExecutionTimeout>
<ConnectionProtocol>NotSpecified</ConnectionProtocol>
<ApplicationName />
</ConnectionNode>
</Items>
</LogicalFolder>
<LogicalFolder Name="Queries" Type="1">
<Items>
<FileNode Name="KPIQuery.mdx">
<AssociatedConnectionMoniker>1396ffcb-10d7-4f8c-aaef-4696d541f554:(local):True</AssociatedConnectionMoniker>
<AssociatedConnSrvName>(local)</AssociatedConnSrvName>
<AssociatedConnUserName />
<FullPath>KPIQuery.mdx</FullPath>
</FileNode>
</Items>
</LogicalFolder>
<LogicalFolder Name="Miscellaneous" Type="3">
<Items />
</LogicalFolder>
</Items>
</SqlWorkbenchSqlAsProject>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?