FireDAC.Phys.Intf.IFDPhysEventAlerter.SubscriptionName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
Unit: FireDAC.Phys.Intf
Parent: IFDPhysEventAlerter

Delphi

property SubscriptionName: String read GetSubscriptionName write SetSubscriptionName;

C++

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

Description

Subscription name of the change notification.

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

  • InterBase: Florence Change View subscription name
  • Microsoft SQL Server: <service>;<queue>