Freigeben über


EventInfo-Klasse

Contains information about an event. This class cannot be inherited.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime..::..EventInfo

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public NotInheritable Class EventInfo _
    Inherits DtsObject _
    Implements IDTSName
'Usage
Dim instance As EventInfo
public sealed class EventInfo : DtsObject, 
    IDTSName
public ref class EventInfo sealed : public DtsObject, 
    IDTSName
[<SealedAttribute>]
type EventInfo =  
    class
        inherit DtsObject
        interface IDTSName
    end
public final class EventInfo extends DtsObject implements IDTSName

Der EventInfo-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AllowEventHandlers Returns a Boolean that indicates if the development tool, Business Intelligence Development Studio, will allow event handlers to be created in the package. This property applies to custom events created for a custom task.
Öffentliche Eigenschaft CreationName Returns the string that is used by the Integration Services runtime to create an instance of the EventInfo object and to add the object to the EventInfos collection. This property is read-only.
Öffentliche Eigenschaft Description Gets or sets the description for the EventInfo.
Öffentliche Eigenschaft ID The GUID assigned to the EventInfo. This field is read-only.
Öffentliche Eigenschaft Name Gets or sets the name for the EventInfo.
Öffentliche Eigenschaft ParameterCount Returns the number of parameters being passed to the EventInfo.
Öffentliche Eigenschaft ParameterDescriptions Returns the description given to the parameter located in the specified position in the array. This field is read-only.
Öffentliche Eigenschaft ParameterNames Returns the name given to the parameter located in the specified position in the array. This field is read-only.
Öffentliche Eigenschaft ParameterTypes Returns the data type given to the parameter located in the specified position in the array. This field is read-only.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals Determines whether two object instances are equal. (Geerbt von DtsObject.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Returns the hash code for this instance. (Geerbt von DtsObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.