Compartilhar via


Método PolicyCategory.Alter

Updates any PolicyCategory object property changes on the instance of SQL Server.

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

Sintaxe

'Declaração
Public Sub Alter
'Uso
Dim instance As PolicyCategory

instance.Alter()
public void Alter()
public:
virtual void Alter() sealed
abstract Alter : unit -> unit  
override Alter : unit -> unit
public final function Alter()

Implementa

IAlterable.Alter()

Comentários

The Alter method updates any changes that have been made to the properties of the PolicyCategory since it was created or since the last Alter statement. The modifications are combined and sent to the instance of SQL Server in a single network trip.

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência

PolicyCategory Classe

Namespace Microsoft.SqlServer.Management.Dmf