Metoda ServiceContractMappingCollection.Remove (String)
Usuwa ServiceContractMapping obiekt z kolekcja.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Broker
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Sub Remove ( _
name As String _
)
'Użycie
Dim instance As ServiceContractMappingCollection
Dim name As String
instance.Remove(name)
public void Remove(
string name
)
public:
void Remove(
String^ name
)
member Remove :
name:string -> unit
public function Remove(
name : String
)
Parametry
- name
Typ: System.String
A String wartość, która określa nazwę ServiceContractMapping obiekt, który ma zostać usunięty z kolekcja.
Zobacz także