SqlScriptEditorControl.MultiServerPropertiesDisplay.Name Property

Definition

Gets the name of the connection. This should be the display name of the group or server that is connected.

public:
 property System::String ^ Name { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("AggregateStatus_Category")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("MultiServerConnectionName_Description")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("MultiServerConnectionName_Name")]
public string Name { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("AggregateStatus_Category")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("MultiServerConnectionName_Description")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("MultiServerConnectionName_Name")>]
member this.Name : string
Public ReadOnly Property Name As String

Property Value

The name of the connection.

Attributes

Applies to