Freigeben über


PolicyCategory-Konstruktor (PolicyStore, String)

Initializes a new instance of the PolicyCategory class.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Sub New ( _
    parent As PolicyStore, _
    name As String _
)
'Usage
Dim parent As PolicyStore 
Dim name As String 

Dim instance As New PolicyCategory(parent, _
    name)
public PolicyCategory(
    PolicyStore parent,
    string name
)
public:
PolicyCategory(
    PolicyStore^ parent, 
    String^ name
)
new : 
        parent:PolicyStore * 
        name:string -> PolicyCategory
public function PolicyCategory(
    parent : PolicyStore, 
    name : String
)

Parameter

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

PolicyCategory Klasse

PolicyCategory-Überladung

Microsoft.SqlServer.Management.Dmf-Namespace