ItemsChoiceType Enumeration

 

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

Namespace:   Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

[SerializableAttribute]
[GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/SqlServer/Management/Registration", 
	IncludeInSchema = false)]
public enum class ItemsChoiceType

Member nameDescription
Controller

Represents the controller of the ItemsChoiceType object.

DataProvider

Provides data to the ItemsChoiceType object.

Task

Represents an operation that performs the given task.

TaskComponent

Represents an operation that enables object sharing between applications.

Validator

Validates the specified ItemsChoiceType object.

Return to top
Show: