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 a generic list of PolicyCategory objects.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<ExtendedPropertyAttribute> _
Public ReadOnly Property Categories As List(Of PolicyCategory)
Get
'Usage
Dim instance As PolicyExtender
Dim value As List(Of PolicyCategory)
value = instance.Categories
[ExtendedPropertyAttribute]
public List<PolicyCategory> Categories { get; }
[ExtendedPropertyAttribute]
public:
property List<PolicyCategory^>^ Categories {
List<PolicyCategory^>^ get ();
}
[<ExtendedPropertyAttribute>]
member Categories : List<PolicyCategory>
function get Categories () : List<PolicyCategory>
Property Value
Type: System.Collections.Generic.List<PolicyCategory>
A generic list of PolicyCategory objects.