Share via


ISubscriptionQuery Members

Include Protected Members
Include Inherited Members

Defines methods and properties that handle the subscription query.

The ISubscriptionQuery type exposes the following members.

Properties

  Name Description
Public property Enabled Gets or sets whether the subscription query is enabled.
Public property ExpireAfter Gets or sets how often to refresh the subscription query.
Public property Filters Gets a collection of values that must be passed as input parameters to the query.
Public property Id Gets the identifier of the metadata object. (Inherited from IMetadataStruct.)
Public property IsCached Determines whether the metadata object is cached in memory. (Inherited from IMetadataStruct.)
Public property LastException Gets the exception information of the last refresh attempt.
Public property LastRefreshed Gets the DateTime value at which the query was last executed.
Public property MethodInstance Gets or sets the method instance definition for the query.
Public property Name Gets the name of the metadata object. (Inherited from IMetadataStruct.)
Public property RefreshStatus Gets the refresh status of the query.
Public property Subscription Gets the subscription that contains this query.

Top

Methods

  Name Description
Public method ContainsLocalizedDisplayName Determines whether this metadata object contains a localized display name. (Inherited from IMetadataObject.)
Public method Delete Deletes the subscription query from the Queries collection of the subscription.
Public method GetDefaultDisplayName Returns the default display name of this metadata object. (Inherited from IMetadataObject.)
Public method GetLocalizedDisplayName Returns the localized display name of this metadata object. (Inherited from IMetadataObject.)
Public method GetLocalizedNames Returns the localized names of this metadata object. (Inherited from IMetadataObject.)
Public method GetProperties Returns the properties of this metadata object. (Inherited from IMetadataObject.)
Public method Update Updates the subscription query definition information.

Top

See Also

Reference

ISubscriptionQuery Interface

Microsoft.BusinessData.Offlining Namespace