IVsDataViewMemberInfo Interface

Represents information about a member of a data view that is associated with a data connection in Server Explorer.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Public Interface IVsDataViewMemberInfo
public interface IVsDataViewMemberInfo
public interface class IVsDataViewMemberInfo
type IVsDataViewMemberInfo =  interface end
public interface IVsDataViewMemberInfo

The IVsDataViewMemberInfo type exposes the following members.

Properties

  Name Description
Public property SkipWhenExpression Gets the string value used when the when expression is skipped. This value replaces the value that would otherwise be computed by evaluating the when expression.

Top

Remarks

This interface is implemented as a built-in DDEX service.

See Also

Reference

Microsoft.VisualStudio.Data.Services Namespace