Compartir a través de


PolicyStore.EnumTargetSetConditions Método (Type)

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

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
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 devuelto

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

Vea también

Referencia

PolicyStore Clase

Sobrecarga de EnumTargetSetConditions

Espacio de nombres Microsoft.SqlServer.Management.Dmf