DeploymentObjectAttributeKind 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義一組旗標,用來提供屬性的相關資訊。
此列舉支援其成員值的位元組合。
public enum class DeploymentObjectAttributeKind
[System.Flags]
public enum DeploymentObjectAttributeKind
type DeploymentObjectAttributeKind =
Public Enum DeploymentObjectAttributeKind
- 繼承
-
DeploymentObjectAttributeKind
- 屬性
欄位
| 名稱 | 值 | Description |
|---|---|---|
| CaseInsensitiveCompare | 2 | 表示應該比較來源和目的地屬性值,而不考慮字母大小寫。 |
| ExpandEnvironmentVariables | 8 | 表示屬性應該展開環境變數。 |
| IgnoreOnCompare | 1 | 表示與另一個物件比較時,應該忽略屬性。 |
| None | 0 | 表示未使用任何屬性旗標。 |
| SecureAttribute | 4 | 表示屬性是安全的,而且可能包含敏感性資訊。 |
備註
比較來源和目的地部署物件時,會使用 DeploymentObjectAttributeKind 列舉。 這些旗標會提供有關 屬性的其他資訊,以在比較作業中提供方向。