Propriété ServerType
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Ne référencez pas directement 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