Freigeben über


EventInfo Members

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

The following tables list the members exposed by the EventInfo type.

Public Properties

  Name Description
ms212418.pubproperty(de-de,SQL.90).gif 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.
ms212418.pubproperty(de-de,SQL.90).gif 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.
ms212418.pubproperty(de-de,SQL.90).gif Description Gets or sets the description for the EventInfo.
ms212418.pubproperty(de-de,SQL.90).gif ID The GUID assigned to the EventInfo. This field is read-only.
ms212418.pubproperty(de-de,SQL.90).gif Name Gets or sets the name for the EventInfo.
ms212418.pubproperty(de-de,SQL.90).gif ParameterCount Returns the number of parameters being passed to the EventInfo.
ms212418.pubproperty(de-de,SQL.90).gif ParameterDescriptions Returns the description given to the parameter located in the specified position in the array. This field is read-only.
ms212418.pubproperty(de-de,SQL.90).gif ParameterNames Returns the name given to the parameter located in the specified position in the array. This field is read-only.
ms212418.pubproperty(de-de,SQL.90).gif ParameterTypes Returns the data type given to the parameter located in the specified position in the array. This field is read-only.

Nach oben

Public Methods

(see also Protected Methods )

  Name Description
ms212418.pubmethod(de-de,SQL.90).gif Equals  Overloaded. (inherited from DtsObject )
ms212418.pubmethod(de-de,SQL.90).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms212418.pubmethod(de-de,SQL.90).gif GetType  (inherited from Object )
ms212418.pubmethod(de-de,SQL.90).gifms212418.static(de-de,SQL.90).gif op_Equality  (inherited from DtsObject )
ms212418.pubmethod(de-de,SQL.90).gifms212418.static(de-de,SQL.90).gif op_Inequality  (inherited from DtsObject )
ms212418.pubmethod(de-de,SQL.90).gifms212418.static(de-de,SQL.90).gif ReferenceEquals  (inherited from Object )
ms212418.pubmethod(de-de,SQL.90).gif ToString  (inherited from Object )

Nach oben

Protected Methods

  Name Description
ms212418.protmethod(de-de,SQL.90).gif Finalize  (inherited from Object )
ms212418.protmethod(de-de,SQL.90).gif MemberwiseClone  (inherited from Object )

Nach oben

Siehe auch

Verweis

EventInfo Class
Microsoft.SqlServer.Dts.Runtime Namespace