DSAzure.TAzureConnectionString

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTAzureConnectionString

Delphi

TAzureConnectionString = class(TComponent)

C++

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

Properties

Type Visibility Source Unit Parent
class public
DSAzure.pas
DSAzure.hpp
DSAzure DSAzure

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