ActionInfo Class

 

Represents a set of actions of the item.

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

System::Object
  Microsoft.SqlServer.Management::LocalizationManager
    Microsoft.SqlServer.Management::ActionInfo

[SerializableAttribute]
[DebuggerStepThroughAttribute]
[GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/SqlServer/Management/Registration")]
[DesignerCategoryAttribute("code")]
public ref class ActionInfo : LocalizationManager, IActionInfo, 
	IDisposable, IInitializable

NameDescription
System_CAPS_pubmethodActionInfo()

Initializes a new instance of the ActionInfo class.

NameDescription
System_CAPS_pubpropertyActionHandlerMoniker

Gets or sets the moniker of the handler.

System_CAPS_pubpropertyMoniker

Gets or sets the moniker of the action.

System_CAPS_pubpropertyProperties

Gets or sets the property of the action.

System_CAPS_pubpropertyResourceManager

Gets or sets the string value for the ResourceManager control.(Inherited from LocalizationManager.)

NameDescription
System_CAPS_pubmethodDispose()

Releases all resources used by the ActionInfo class.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIInitializable::Initialize(IServiceProvider^)

Defines a mechanism for retrieving a service object.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIActionInfo::Properties

Gets the property of the action.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: