Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns a list of root conditions for the specified type.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Function EnumRootConditions ( _
rootType As Type _
) As StringCollection
'Usage
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
Parameter
- rootType
Typ: System.Type
A Type object that specifies the root type.
Rückgabewert
Typ: System.Collections.Specialized.StringCollection
A StringCollection object that contains the list of root conditions.