DataBus::Contains Method (ISfcProperty^)

 

Checks if the property with specified metadata and value 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(
	ISfcProperty^ property
) sealed

Parameters

property
Type: Microsoft.SqlServer.Management.Sdk.Sfc::ISfcProperty^

The property of the metadata and value.

Return Value

Type: System::Boolean

True if property metadata and value exist; otherwise, false.

Return to top
Show: