Propriedade do RDL UIConnectionInfo.ServerType
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 guid that identifies the type of server the connection uses.
Namespace: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (em Microsoft.SqlServer.RegSvrEnum.dll)
Sintaxe
'Declaração
Public Property ServerType As Guid
Get
Set
'Uso
Dim instance As UIConnectionInfo
Dim value As Guid
value = instance.ServerType
instance.ServerType = value
public Guid ServerType { get; set; }
public:
property Guid ServerType {
Guid get ();
void set (Guid value);
}
member ServerType : Guid with get, set
function get ServerType () : Guid
function set ServerType (value : Guid)
Valor da propriedade
Tipo: System.Guid
A guid that identifies the type of server the connection uses.