ConnectionType Propiedad
Gets the type of connection to use in the server.
Espacio de nombres: Microsoft.SqlServer.Management.Common
Ensamblado: Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxis
'Declaración
Public ReadOnly Property ConnectionType As ServerType
Get
'Uso
Dim instance As ServerConnection
Dim value As ServerType
value = instance.ConnectionType
public ServerType ConnectionType { get; }
public:
property ServerType ConnectionType {
ServerType get ();
}
member ConnectionType : ServerType
function get ConnectionType () : ServerType
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Common. . :: . .ServerType
The type of connection to use.
Vea también