Propriété ConnectionType
Gets a value indicating whether the database server is part of a multi-server administration matrix. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Property ConnectionType As ServerType
Get
'Utilisation
Dim instance As SqlStoreConnection
Dim value As ServerType
value = instance.ConnectionType
public override ServerType ConnectionType { get; }
public:
virtual property ServerType ConnectionType {
ServerType get () override;
}
abstract ConnectionType : ServerType
override ConnectionType : ServerType
override function get ConnectionType () : ServerType
Valeur de propriété
Type : Microsoft.SqlServer.Management.Common. . :: . .ServerType
A ServerType value that indicates the server type.
Voir aussi