Partilhar via


Método PolicyStore.EnumTargetSetConditions (Type)

Returns a list of target set conditions for the specified type.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
Public Function EnumTargetSetConditions ( _
    type As Type _
) As StringCollection
'Uso
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

Parâmetros

Valor de retorno

Tipo: System.Collections.Specialized.StringCollection
A StringCollection that contains the target set conditions.

Consulte também

Referência

PolicyStore Classe

Sobrecarregado EnumTargetSetConditions

Namespace Microsoft.SqlServer.Management.Dmf