Share via


DropDownTreeView.SetMSAANames Method

Indicates a prefix value for the TreeView control.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Overrides Sub SetMSAANames ( _
    prefix As String _
)
'Usage
Dim instance As DropDownTreeView
Dim prefix As String

instance.SetMSAANames(prefix)
public override void SetMSAANames(
    string prefix
)
public:
virtual void SetMSAANames(
    String^ prefix
) override
abstract SetMSAANames : 
        prefix:string -> unit 
override SetMSAANames : 
        prefix:string -> unit 
public override function SetMSAANames(
    prefix : String
)

Parameters

  • prefix
    Type: System.String
    A string that represents the name of the TreeView.