MultiServerSqlConnectionInfo.NetworkProtocol Property

Definition

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

public:
 property Microsoft::SqlServer::Management::Common::NetworkProtocol NetworkProtocol { Microsoft::SqlServer::Management::Common::NetworkProtocol get(); void set(Microsoft::SqlServer::Management::Common::NetworkProtocol value); };
public Microsoft.SqlServer.Management.Common.NetworkProtocol NetworkProtocol { get; set; }
member this.NetworkProtocol : Microsoft.SqlServer.Management.Common.NetworkProtocol with get, set
Public Property NetworkProtocol As NetworkProtocol

Property Value

A NetworkProtocol value that specifies the network protocol used by the connection.

Applies to