EnumTargetSetConditions méthode
Returns a list of target set conditions for the specified type.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Function EnumTargetSetConditions ( _
type As Type _
) As StringCollection
'Utilisation
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
Paramètres
- type
Type : System. . :: . .Type
A Type object that specifies the target set type.
Valeur de retour
Type : System.Collections.Specialized. . :: . .StringCollection
A StringCollection that contains the target set conditions.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Voir aussi