Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the TargetSetCollection.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<ExtendedPropertyAttribute> _
Public ReadOnly Property Filters As TargetSetCollection
Get
'Usage
Dim instance As PolicyExtender
Dim value As TargetSetCollection
value = instance.Filters
[ExtendedPropertyAttribute]
public TargetSetCollection Filters { get; }
[ExtendedPropertyAttribute]
public:
property TargetSetCollection^ Filters {
TargetSetCollection^ get ();
}
[<ExtendedPropertyAttribute>]
member Filters : TargetSetCollection
function get Filters () : TargetSetCollection
Property Value
Type: Microsoft.SqlServer.Management.Dmf.TargetSetCollection
A collection of target set objects.