Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the edition of the instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayNameKeyAttribute("Server_EditionName")> _
<DisplayDescriptionKeyAttribute("Server_EditionDesc")> _
ReadOnly Property Edition As String
Get
'Usage
Dim instance As IServerInformation
Dim value As String
value = instance.Edition
[DisplayNameKeyAttribute("Server_EditionName")]
[DisplayDescriptionKeyAttribute("Server_EditionDesc")]
string Edition { get; }
[DisplayNameKeyAttribute(L"Server_EditionName")]
[DisplayDescriptionKeyAttribute(L"Server_EditionDesc")]
property String^ Edition {
String^ get ();
}
[<DisplayNameKeyAttribute("Server_EditionName")>]
[<DisplayDescriptionKeyAttribute("Server_EditionDesc")>]
abstract Edition : string
function get Edition () : String
Eigenschaftswert
Typ: System.String
The edition of the instance of SQL Server.