System.Data.SqlClient.RoutingInfo.RoutingInfo C# (CSharp) Méthode

RoutingInfo() private méthode

private RoutingInfo ( byte protocol, UInt16 port, string servername ) : System.Collections.Generic
protocol byte
port UInt16
servername string
Résultat System.Collections.Generic
        internal RoutingInfo(byte protocol, UInt16 port, string servername)
        {
            Protocol = protocol;
            Port = port;
            ServerName = servername;
        }
    }
RoutingInfo