Condividi tramite


Metodo EnumTargetSetConditions (Type)

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

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public Function EnumTargetSetConditions ( _
    type As Type _
) As StringCollection
'Utilizzo
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

Parametri

Valore restituito

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