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 version of the SQL Server resource in string format.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayNameKeyAttribute("Server_ResourceVersionStringName")> _
<DisplayDescriptionKeyAttribute("Server_ResourceVersionStringDesc")> _
ReadOnly Property ResourceVersionString As String
Get
'Usage
Dim instance As IServerInformation
Dim value As String
value = instance.ResourceVersionString
[DisplayNameKeyAttribute("Server_ResourceVersionStringName")]
[DisplayDescriptionKeyAttribute("Server_ResourceVersionStringDesc")]
string ResourceVersionString { get; }
[DisplayNameKeyAttribute(L"Server_ResourceVersionStringName")]
[DisplayDescriptionKeyAttribute(L"Server_ResourceVersionStringDesc")]
property String^ ResourceVersionString {
String^ get ();
}
[<DisplayNameKeyAttribute("Server_ResourceVersionStringName")>]
[<DisplayDescriptionKeyAttribute("Server_ResourceVersionStringDesc")>]
abstract ResourceVersionString : string
function get ResourceVersionString () : String
Property Value
Type: System.String
The version of the SQL Server resource in string format.