|
DeviceAlarmStateAdapterExternalDatabaseCommand Property
|
Gets or sets the external database command used for synchronization of alarm states.
Namespace: GrafanaAdaptersAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.207-beta
Syntax <ConnectionStringParameterAttribute>
<DefaultValueAttribute("sp_LogSsamEvent")>
Public Property ExternalDatabaseCommand As String
Get
Set
[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute("sp_LogSsamEvent")>]
member ExternalDatabaseCommand : string with get, set
function get_ExternalDatabaseCommand();
function set_ExternalDatabaseCommand(value);
View SourceProperty Value
StringSee Also