| DatabaseTargetInstallDdlCommands Property |
Gets the installation DDL commands.
Namespace:
NLog.Targets
Assembly:
NLog.Database (in NLog.Database.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public IList<DatabaseCommandInfo> InstallDdlCommands { get; }
Public ReadOnly Property InstallDdlCommands As IList(Of DatabaseCommandInfo)
Get
Dim instance As DatabaseTarget
Dim value As IList(Of DatabaseCommandInfo)
value = instance.InstallDdlCommands
member InstallDdlCommands : IList<DatabaseCommandInfo> with get
Property Value
Type:
IListDatabaseCommandInfoSee Also