FireDAC.Comp.Client.TFDCustomEventAlerter.SubscriptionName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SubscriptionName: String read FSubscriptionName write SetSubscriptionName;

C++

__property System::UnicodeString SubscriptionName = {read=FSubscriptionName, write=SetSubscriptionName};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomEventAlerter

Description

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>