ConnectionStringSecurity 元素 (ASSL)
指定是否要針對安全性目的從資料來源連接字串中移除使用者密碼。
語法
<DataSource>
...
<ConnectionStringSecurity>...</ConnectionStringSecurity>
...
</DataSource>
元素特性
特性 | 描述 |
---|---|
資料類型和長度 | 字串 (列舉) |
預設值 | None |
基數 | 0-1:只能出現一次的選擇性元素。 |
元素關聯性
關聯性 | 元素 |
---|---|
父元素 | 資料來源 |
子元素 | None |
備註
這個元素的值限制為下表所列的其中一個字串。
值 | 描述 |
---|---|
PasswordRemoved | 已經從連接字串中移除密碼。 |
未變更 | 尚未修改連接字串。 |
在分析管理物件 (AMO) 物件模型中,對應于 ConnectionStringSecurity 之允許值的列舉是 ConnectionStringSecurity 。