PingSqlServerVersion méthode (String)
Gets the version number of the instance of SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Function PingSqlServerVersion ( _
serverName As String _
) As ServerVersion
'Utilisation
Dim instance As Server
Dim serverName As String
Dim returnValue As ServerVersion
returnValue = instance.PingSqlServerVersion(serverName)
public ServerVersion PingSqlServerVersion(
string serverName
)
public:
ServerVersion^ PingSqlServerVersion(
String^ serverName
)
member PingSqlServerVersion :
serverName:string -> ServerVersion
public function PingSqlServerVersion(
serverName : String
) : ServerVersion
Paramètres
- serverName
Type : System. . :: . .String
A String value that specifies the name of the instance of SQL Server.
Valeur de retour
Type : Microsoft.SqlServer.Management.Common. . :: . .ServerVersion
A ServerVersion object value that specifies the version of the instance of SQL Server.
Voir aussi