ID 元素 (ASSL)
包含父元素的唯一識別碼 (ID)。
語法
<Action> <!-- or one of the elements listed in the Element Relationships table -->
...
<ID>...</ID>
...
</Action>
元素特性
特性 | 描述 |
---|---|
資料類型和長度 | 字串 (最多 100 個字元) |
預設值 | None |
基數 | 0-1:只能出現一次的選擇性元素。 |
元素關聯性
關聯性 | 元素 |
---|---|
父元素 | Action、 匯總、 AggregationDesign、 Assembly、 Cube、 CubeBinding、 CubeDimension、 Database、 DataSource、 DataSourceView、 Dimension、 DimensionAttribute、階層、 Kpi、 Level、 MdxScript、 Measure、 MeasureGroup、 MeasureGroupBinding、 MiningModel、 MiningModelColumn、 MiningStructure、 MiningStructureColumn、 Partition、 許可權、 透視圖、 Role、 Server、 Trace |
子元素 | None |
備註
Analysis Services 中的每個主要物件都有 ID 元素做為屬性。 ID元素的值具有下列限制:
值不能包含前置或尾端空格。Analysis Services 會從 ID 元素的值中隱含地移除開頭或尾端空格。
值不得包含控制字元。Analysis Services 會從 ID 元素的值中隱含地移除控制字元。
下列保留的值不可使用:
AUX
CLOCK$
COM1 到 COM9 (COM1、COM2、COM3 等等)
CON
LPT1 到 LPT9 (LPT1、LPT2、LPT3 等等)
NUL
PRN
下表列出在 ID 專案的值內無法使用的其他字元(視父元素而定)。
父元素 | 無效字元 |
---|---|
Server | 名稱必須遵循 Windows 電腦名稱稱的規則。 IP 位址無效。 |
資料來源 | :/\\*|?"()[]{}<> ` |
Level、 Attribute 元素 | .,;':/\\*|?"&%$!+=[]{}<> ` |
所有其他的父元素。 | .,;':/\\*|?"&%$!+=()[]{}<> ` |