Proprietà ConnectionType
Gets a value indicating whether the database server is part of a multi-server administration matrix. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Overrides ReadOnly Property ConnectionType As ServerType
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Common. . :: . .ServerType
A ServerType value that indicates the server type.
Vedere anche