Proprietà ServerVersion
Gets the version of the connected instance of SQL Server.
Spazio dei nomi: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ServerVersion As ServerVersion
Get
'Utilizzo
Dim instance As ConnectionManager
Dim value As ServerVersion
value = instance.ServerVersion
public ServerVersion ServerVersion { get; }
public:
property ServerVersion^ ServerVersion {
ServerVersion^ get ();
}
member ServerVersion : ServerVersion
function get ServerVersion () : ServerVersion
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Common. . :: . .ServerVersion
A ServerVersion object value that specifies the version of the connected instance of SQL Server.
Vedere anche