EnumTargetSetConditions 方法 (Type)
Returns a list of target set conditions for the specified type.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Public Function EnumTargetSetConditions ( _
type As Type _
) As StringCollection
'用途
Dim instance As PolicyStore
Dim type As Type
Dim returnValue As StringCollection
returnValue = instance.EnumTargetSetConditions(type)
public StringCollection EnumTargetSetConditions(
Type type
)
public:
StringCollection^ EnumTargetSetConditions(
Type^ type
)
member EnumTargetSetConditions :
type:Type -> StringCollection
public function EnumTargetSetConditions(
type : Type
) : StringCollection
參數
- type
型別:System. . :: . .Type
A Type object that specifies the target set type.
傳回值
型別:System.Collections.Specialized. . :: . .StringCollection
A StringCollection that contains the target set conditions.