Metodo ExecuteSql.GetServerVersion
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Function GetServerVersion As ServerVersion
'Utilizzo
Dim instance As ExecuteSql
Dim returnValue As ServerVersion
returnValue = instance.GetServerVersion()
public ServerVersion GetServerVersion()
public:
ServerVersion^ GetServerVersion()
member GetServerVersion : unit -> ServerVersion
public function GetServerVersion() : ServerVersion
Valore restituito
Tipo: Microsoft.SqlServer.Management.Common.ServerVersion
The server version for the server with the given connection.