AdoDotNetSourceInformation.IVsDataSourceInformation.Contains(String) Method

Definition

Retrieves a Boolean value indicating whether the specified property is contained in the data source information instance.

 virtual bool Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataSourceInformation.Contains(System::String ^ propertyName) = Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataSourceInformation::Contains;
bool IVsDataSourceInformation.Contains (string propertyName);
abstract member Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataSourceInformation.Contains : string -> bool
override this.Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataSourceInformation.Contains : string -> bool
Function Contains (propertyName As String) As Boolean Implements IVsDataSourceInformation.Contains

Parameters

propertyName
String

The name of a data source information property.

Returns

true if the specified property is contained in the data source information instance; otherwise, false.

Implements

Applies to