Server 元素 (DTA)
適用於:SQL Server
包含您要微調的資料庫所在之伺服器的識別資訊。
語法
<DTAInput>
<Server>
...code removed here...
</Server>
元素特性
特性 | 描述 |
---|---|
資料類型和長度 | 無。 |
預設值 | 無。 |
出現次數 | 每個 DTAInput 元素都需要使用這個元素一次。 |
元素關聯性
關聯性 | 元素 |
---|---|
父元素 | DTAInput 元素 (DTA) |
子元素 | 伺服器的 Name 元素 (DTA) 伺服器的 Database 元素 (DTA) |
備註
您只能為 DTAInput 元素指定一個 Server 元素。 在 DTA XML 結構描述中,這個元素是 ServerDetailsTypecomplexType 名稱。 請勿混淆這個 Server 元素和 Configuration 元素的子元素。 如需詳細資訊,請參閱設定的伺服器元素 (DTA)。
範例
下列範例顯示如何在 SERVER001 的 AdventureWorks 資料庫中,指定 Sales.SalesPerson 資料表:
<Server>
<Name>SERVER001</Name>
<Database>
<Name>AdventureWorks</Name>
<Schema>
<Name>Sales</Name>
<Table>
<Name>SalesPerson</Name>
</Table>
</Schema>
</Database>
</Server