ServiceContract をコレクションに追加します。
名前空間: Microsoft.SqlServer.Management.Smo.Broker
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub Add ( _
serviceContract As ServiceContract _
)
'使用
Dim instance As ServiceContractCollection
Dim serviceContract As ServiceContract
instance.Add(serviceContract)
public void Add(
ServiceContract serviceContract
)
public:
void Add(
ServiceContract^ serviceContract
)
member Add :
serviceContract:ServiceContract -> unit
public function Add(
serviceContract : ServiceContract
)
パラメーター
- serviceContract
型: Microsoft.SqlServer.Management.Smo.Broker.ServiceContract
コレクションに追加する ServiceContract です。
関連項目
参照
Microsoft.SqlServer.Management.Smo.Broker 名前空間