Compartir a través de


RuleObject.Clone Method

Creates a deep copy of the RuleObject object graph.

Espacio de nombres: Microsoft.SqlServer.NotificationServices.Rules
Ensamblado: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

Sintaxis

'Declaración
Public Function Clone As RuleObject
public RuleObject Clone ()
public:
RuleObject^ Clone ()
public RuleObject Clone ()
public function Clone () : RuleObject

Valor devuelto

A RuleObject object that is a deep copy of the object graph.

Notas

Only RuleObject objects in the graph are cloned. A reference copy is performed for all other types.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

RuleObject Class
RuleObject Members
Microsoft.SqlServer.NotificationServices.Rules Namespace