Propriedade do RDL UIConnectionInfo.ServerVersion
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets or sets a ServerVersion object that specifies the version of the instance of the Database Engine for the connection.
Namespace: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (em Microsoft.SqlServer.RegSvrEnum.dll)
Sintaxe
'Declaração
Public Property ServerVersion As ServerVersion
Get
Set
'Uso
Dim instance As UIConnectionInfo
Dim value As ServerVersion
value = instance.ServerVersion
instance.ServerVersion = value
public ServerVersion ServerVersion { get; set; }
public:
property ServerVersion^ ServerVersion {
ServerVersion^ get ();
void set (ServerVersion^ value);
}
member ServerVersion : ServerVersion with get, set
function get ServerVersion () : ServerVersion
function set ServerVersion (value : ServerVersion)
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Common.ServerVersion
A ServerVersion object that specifies the version of the instance of the Database Engine for the connection.