Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.