Propriété UIConnectionInfo.ServerType
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets or sets a guid that identifies the type of server the connection uses.
Espace de noms : Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly : Microsoft.SqlServer.RegSvrEnum (en Microsoft.SqlServer.RegSvrEnum.dll)
Syntaxe
'Déclaration
Public Property ServerType As Guid
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Guid
A guid that identifies the type of server the connection uses.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo.RegSvrEnum