UIConnectionInfo.ServerVersion Proprietà

Definizione

Non fare riferimento diretto a questo membro nel tuo codice. Supporta l'infrastruttura SQL Server. Ottiene o imposta un ServerVersion oggetto che specifica la versione dell'istanza del motore di database per la connessione.

public:
 property Microsoft::SqlServer::Management::Common::ServerVersion ^ ServerVersion { Microsoft::SqlServer::Management::Common::ServerVersion ^ get(); void set(Microsoft::SqlServer::Management::Common::ServerVersion ^ value); };
public Microsoft.SqlServer.Management.Common.ServerVersion ServerVersion { get; set; }
member this.ServerVersion : Microsoft.SqlServer.Management.Common.ServerVersion with get, set
Public Property ServerVersion As ServerVersion

Valore della proprietà

Un ServerVersion oggetto che specifica la versione dell'istanza del motore di database per la connessione.

Si applica a