DataBus::Contains Method (String^)

 

Checks if the property with specified name exists. This class cannot be inherited.

Namespace:   Microsoft.SqlServer.Management.Data
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

public:
virtual bool Contains(
	String^ propertyName
) sealed

Parameters

propertyName
Type: System::String^

A string that represents the name of the property.

Return Value

Type: System::Boolean

true if the property name exists; otherwise, false.

Return to top
Show: