ItemsChoiceType Enum

Definition

Enumerates the event type for each event that is returned in a notification.

public enum class ItemsChoiceType
[System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")]
[System.Xml.Serialization.XmlType(IncludeInSchema=false, Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")]
[System.Serializable]
public enum ItemsChoiceType
[<System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")>]
[<System.Xml.Serialization.XmlType(IncludeInSchema=false, Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")>]
[<System.Serializable>]
type ItemsChoiceType = 
Public Enum ItemsChoiceType
Inheritance
ItemsChoiceType
Attributes

Fields

Controller 0

Represents the controller of the ItemsChoiceType object.

DataProvider 1

Provides data to the ItemsChoiceType object.

Task 2

Represents an operation that performs the given task.

TaskComponent 3

Represents an operation that enables object sharing between applications.

Validator 4

Validates the specified ItemsChoiceType object.

Applies to