Freigeben über


PolicyCategorySubscription.Validate-Methode

Validates the subscription by using the specified mode.

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

Syntax

'Declaration
Public Sub Validate ( _
    mode As String _
)
'Usage
Dim instance As PolicyCategorySubscription 
Dim mode As String

instance.Validate(mode)
public void Validate(
    string mode
)
public:
void Validate(
    String^ mode
)
member Validate : 
        mode:string -> unit
public function Validate(
    mode : String
)

Parameter

  • mode
    Typ: System.String
    A String object that specifies the mode that validates the subscription.

Hinweise

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

Siehe auch

Verweis

PolicyCategorySubscription Klasse

Microsoft.SqlServer.Management.Dmf-Namespace