次の方法で共有


TcpProtocol クラス

TcpProtocol オブジェクトを使用すると、MicrosoftSQL Server でサポートされるプロトコルにプログラムでアクセスできます。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcElementTypeAttribute("Tcp")> _
Public NotInheritable Class TcpProtocol _
    Inherits EndpointProtocol
'使用
Dim instance As TcpProtocol
[SfcElementTypeAttribute("Tcp")]
public sealed class TcpProtocol : EndpointProtocol
[SfcElementTypeAttribute(L"Tcp")]
public ref class TcpProtocol sealed : public EndpointProtocol
[<SealedAttribute>]
[<SfcElementTypeAttribute("Tcp")>]
type TcpProtocol =  
    class
        inherit EndpointProtocol
    end
public final class TcpProtocol extends EndpointProtocol

説明

TcpProtocol オブジェクトのプロパティを取得するには、固定サーバー ロール public のメンバでも可能です。

スレッド セーフ

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。