Compartir a través de


NetworkProtocol Propiedad

Specifies the type of network protocol that will be used by the connection.

Espacio de nombres:  Microsoft.SqlServer.Management.MultiServerConnection
Ensamblado:  Microsoft.SqlServer.Management.MultiServerConnection (en Microsoft.SqlServer.Management.MultiServerConnection.dll)

Sintaxis

'Declaración
Public Property NetworkProtocol As NetworkProtocol
    Get
    Set
'Uso
Dim instance As MultiServerSqlConnectionInfo
Dim value As NetworkProtocol

value = instance.NetworkProtocol

instance.NetworkProtocol = value
public NetworkProtocol NetworkProtocol { get; set; }
public:
property NetworkProtocol NetworkProtocol {
    NetworkProtocol get ();
    void set (NetworkProtocol value);
}
member NetworkProtocol : NetworkProtocol with get, set
function get NetworkProtocol () : NetworkProtocol
function set NetworkProtocol (value : NetworkProtocol)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Common. . :: . .NetworkProtocol
A NetworkProtocol value that specifies the network protocol used by the connection.