ToolsMenuItemBase.AddProperty Method (String, Object)

 

Applies To: SQL Server 2016 Preview

Sets up the default properties for the object.

Namespace:   Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

public override void AddProperty(
    string name,
    object value
)
public:
virtual void AddProperty(
    String^ name,
    Object^ value
) override
override AddProperty : 
        name:string *
        value:Object -> unit
Public Overrides Sub AddProperty (
    name As String,
    value As Object
)

Parameters

See Also

ToolsMenuItemBase Class
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer Namespace

Return to top