RuleObject.Clone Method
Creates a deep copy of the RuleObject object graph.
Spazio dei nomi: Microsoft.SqlServer.NotificationServices.Rules
Assembly : Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)
Sintassi
'Dichiarazione
Public Function Clone As RuleObject
public RuleObject Clone ()
public:
RuleObject^ Clone ()
public RuleObject Clone ()
public function Clone () : RuleObject
Valore restituito
A RuleObject object that is a deep copy of the object graph.
Osservazioni
Only RuleObject objects in the graph are cloned. A reference copy is performed for all other types.
Thread Safety
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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
RuleObject Class
RuleObject Members
Microsoft.SqlServer.NotificationServices.Rules Namespace