Condividi tramite


Classe ObjectCreatedEventArgs

The ObjectCreatedEventArgs object represents the arguments that are passed by the event that is raised when an object is created.

Gerarchia di ereditarietà

System. . :: . .Object
  System. . :: . .EventArgs
    Microsoft.SqlServer.Management.Smo. . :: . .SmoEventArgs
      Microsoft.SqlServer.Management.Smo..::..ObjectCreatedEventArgs

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Class ObjectCreatedEventArgs _
    Inherits SmoEventArgs
'Utilizzo
Dim instance As ObjectCreatedEventArgs
public class ObjectCreatedEventArgs : SmoEventArgs
public ref class ObjectCreatedEventArgs : public SmoEventArgs
type ObjectCreatedEventArgs =  
    class
        inherit SmoEventArgs
    end
public class ObjectCreatedEventArgs extends SmoEventArgs

Nel tipo ObjectCreatedEventArgs sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ObjectCreatedEventArgs Initializes a new instance of the ObjectCreatedEventArgs class that has the specified Uniform Resource Name (URN) value and the specified inner object.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica SmoObject Gets the created object that causes the event to be raised.
Proprietà pubblica Urn Gets the Uniform Resource Name (URN) address of SMO event. Ereditato da SmoEventArgs.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

Thread Safety

Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.