SoapMethodCollectionBase.Contains Method (String)
SQL Server 2012
Verifies whether the specified object exists in the collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- name
- Type: System.String
A String value that specifies the name of the SOAP method.
Return Value
Type: System.BooleanA Boolean value that verifies whether the specified object exists in the collection.If True, the specified object exists in the collection.If False, the specified object does not exist in the collection.
