HierarchyObject.AddProperty Method (String, Object)

 

Applies To: SQL Server 2016 Preview

Adds the name of the property object.

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

Syntax

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

Parameters

See Also

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

Return to top