IServerSetupFacet.InstanceName Property

Gets the name of the instance of SQL Server.

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

Syntax

'Declaration
<DisplayDescriptionKeyAttribute("Server_InstanceNameDesc")> _
<DisplayNameKeyAttribute("Server_InstanceNameName")> _
ReadOnly Property InstanceName As String
    Get
'Usage
Dim instance As IServerSetupFacet
Dim value As String

value = instance.InstanceName
[DisplayDescriptionKeyAttribute("Server_InstanceNameDesc")]
[DisplayNameKeyAttribute("Server_InstanceNameName")]
string InstanceName { get; }
[DisplayDescriptionKeyAttribute(L"Server_InstanceNameDesc")]
[DisplayNameKeyAttribute(L"Server_InstanceNameName")]
property String^ InstanceName {
    String^ get ();
}
[<DisplayDescriptionKeyAttribute("Server_InstanceNameDesc")>]
[<DisplayNameKeyAttribute("Server_InstanceNameName")>]
abstract InstanceName : string
function get InstanceName () : String

Property Value

Type: System.String
A String value that specifies the name of the instance of SQL Server.