FireDAC.Comp.Client.TFDEventAlerter.SubscriptionName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SubscriptionName: string read FSubscriptionName write SetSubscriptionName default 0;

C++

__property SubscriptionName = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDEventAlerter

Description

Subscription name of the change notification.

FireDAC.Comp.Client.TFDEventAlerter.SubscriptionName inherits from FireDAC.Comp.Client.TFDCustomEventAlerter.SubscriptionName. All content below this line refers to FireDAC.Comp.Client.TFDCustomEventAlerter.SubscriptionName.

Subscription name of the change notification.

The value of SubscriptionName depends on the type of database that you are using:

  • InterBase: <subscription>[;<device>], where <subscription> is name of InterBase XE8 Change View subscription and <device> is optional device name.
  • Microsoft SQL Server: <service>;<queue>