DataBus::Contains<T> Method (String^)

 

Indicates whether the property with specified name exists.

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

public:
generic<typename T>
virtual bool Contains(
	String^ name
) sealed

Parameters

name
Type: System::String^

A string that represents a name.

Return Value

Type: System::Boolean

true if the property name exists; otherwise, false.

Return to top
Show: