PolicyStore.EnumTargetSetConditions 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| EnumTargetSetConditions(Type) |
列舉可用於 TargetSet 濾波器的給定類型條件 |
| EnumTargetSetConditions(Type, PolicyStore+EnumerationMode) |
列舉可用於 TargetSet 濾波器的指定型別條件,並尊重 IsSystemObject 標誌 |
EnumTargetSetConditions(Type)
列舉可用於 TargetSet 濾波器的給定類型條件
public System.Collections.Specialized.StringCollection EnumTargetSetConditions(Type type);
member this.EnumTargetSetConditions : Type -> System.Collections.Specialized.StringCollection
Public Function EnumTargetSetConditions (type As Type) As StringCollection
參數
- type
- Type
傳回
適用於
EnumTargetSetConditions(Type, PolicyStore+EnumerationMode)
列舉可用於 TargetSet 濾波器的指定型別條件,並尊重 IsSystemObject 標誌
public System.Collections.Specialized.StringCollection EnumTargetSetConditions(Type type, Microsoft.SqlServer.Management.Dmf.PolicyStore.EnumerationMode enumerationMode);
member this.EnumTargetSetConditions : Type * Microsoft.SqlServer.Management.Dmf.PolicyStore.EnumerationMode -> System.Collections.Specialized.StringCollection
Public Function EnumTargetSetConditions (type As Type, enumerationMode As PolicyStore.EnumerationMode) As StringCollection
參數
- type
- Type
- enumerationMode
- PolicyStore.EnumerationMode