MultiServerSqlConnectionInfo.NetworkProtocol 屬性

定義

指定連線將使用的網路協定類型。

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

屬性值

一個 NetworkProtocol 指定連線所使用的網路協定的值。

適用於