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 target set conditions for the specified type.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Function EnumTargetSetConditions ( _
type As Type _
) As StringCollection
'Usage
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
Parameter
- type
Typ: System.Type
A Type object that specifies the target set type.
Rückgabewert
Typ: System.Collections.Specialized.StringCollection
A StringCollection that contains the target set conditions.