This topic has not yet been rated - Rate this topic

SoapMethodCollectionBase.Contains Method (String)

Verifies whether the specified object exists in the collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public bool Contains(
	string name
)

Parameters

name
Type: System.String
A String value that specifies the name of the SOAP method.

Return Value

Type: System.Boolean
A 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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.