ItemsChoiceType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |