Поделиться через


Свойство ConnectionSettings.NetworkProtocol

Gets or sets the network protocol used to establish the connection to the server.

Пространство имен:  Microsoft.SqlServer.Management.Common
Сборка:  Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)

Синтаксис

'Декларация
Public Property NetworkProtocol As NetworkProtocol 
    Get 
    Set
'Применение
Dim instance As ConnectionSettings 
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)

Значение свойства

Тип: Microsoft.SqlServer.Management.Common.NetworkProtocol
A NetworkProtocol object value that specifies the network protocol used to establish the connection to the server.

См. также

Справочник

ConnectionSettings Класс

Пространство имен Microsoft.SqlServer.Management.Common