次の方法で共有


Start メソッド

エンドポイントで要求に対するリッスンおよび処理を開始します。

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

構文

'宣言
Public Sub Start
'使用
Dim instance As Endpoint

instance.Start()
public void Start()
public:
void Start()
member Start : unit -> unit 
public function Start()