DSAzure.TAzureConnectionString

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTAzureConnectionString
[–] Properties
Type: class
Visibility: public
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: DSAzure

Delphi

TAzureConnectionString = class(TComponent)

C++

class PASCALIMPLEMENTATION TAzureConnectionString : public System::Classes::TComponent

Description

Holds connection information for a service account.

TAzureConnectionString is a component for specifying Microsoft Azure connection information. An instance of TAzureConnectionString can then be used in the Microsoft Azure visual components or in the Microsoft Azure API for creating a connection.

See Also