EnumRootConditions méthode
Returns a list of root 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 EnumRootConditions ( _
rootType As Type _
) As StringCollection
'Utilisation
Dim instance As PolicyStore
Dim rootType As Type
Dim returnValue As StringCollection
returnValue = instance.EnumRootConditions(rootType)
public StringCollection EnumRootConditions(
Type rootType
)
public:
StringCollection^ EnumRootConditions(
Type^ rootType
)
member EnumRootConditions :
rootType:Type -> StringCollection
public function EnumRootConditions(
rootType : Type
) : StringCollection
Paramètres
- rootType
Type : System. . :: . .Type
A Type object that specifies the root type.
Valeur de retour
Type : System.Collections.Specialized. . :: . .StringCollection
A StringCollection object that contains the list of root 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