Поделиться через


RuleObject.Clone Method

Creates a deep copy of the RuleObject object graph.

Пространство имен: Microsoft.SqlServer.NotificationServices.Rules
Сборка: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

Синтаксис

'Декларация
Public Function Clone As RuleObject
public RuleObject Clone ()
public:
RuleObject^ Clone ()
public RuleObject Clone ()
public function Clone () : RuleObject

Возвращаемое значение

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

Замечания

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

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

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