• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Class AstBackupDatabaseTaskNode

The Back Up Database task can back up one or more SQL Server databases.

Namespace: Varigence.Languages.Biml.Task
Assembly: Biml.dll
C#
    public class AstBackupDatabaseTaskNode : AstTaskBaseNode, IBindableItem, IVulcanCollectionParent, IVulcanNotifyPropertyChanged, IPropertyChangeNotificationTarget, IGetJsonProvider, INamedNode, IScopeBoundary, IReferenceableItem, IFrameworkItem, INotifyPropertyChanged, IXObjectMappingProvider, IValidationInfo, IDataErrorInfo, INamedItem, IScopedNameIndexable, IDataflowItem
    
  
Inheritance
System.Object
AstNode
AstNamedNode
AstScopeBoundaryNode
AstTaskNode
AstTaskBaseNode
AstBackupDatabaseTaskNode
Implements

IBindableItem, Varigence.Utility.Collections.IVulcanCollectionParent, Varigence.Utility.ComponentModel.IVulcanNotifyPropertyChanged, Varigence.Utility.ComponentModel.IPropertyChangeNotificationTarget, IGetJsonProvider, INamedNode, IScopeBoundary, IReferenceableItem, IFrameworkItem, System.ComponentModel.INotifyPropertyChanged, Varigence.Utility.Xml.IXObjectMappingProvider, IValidationInfo, System.ComponentModel.IDataErrorInfo, INamedItem, Varigence.Utility.Collections.IScopedNameIndexable, IDataflowItem,

Constructors

Name Description
AstBackupDatabaseTaskNode(IFrameworkItem)

Initializes a new instance of the AstBackupDatabaseTaskNode class with the specified parent node.

Fields

Name Description
ExpireDate_BackingField
RetainDays_BackingField

Properties

Name Description
BackupAction

This value specifies what type of backup will be performed.

BackupActionDefaultValue

Gets the default value for the BackupAction property

BackupCompressionOption

This value specifies whether the backup will be compressed. Options include using the default server setting, compressing regardless of the default setitng, or not compressing regardless of the default setting.

BackupCompressionOptionDefaultValue

Gets the default value for the BackupCompressionOption property

BackupDestination

This value specifies a disk location or tape device to which the backup files will be written.

BackupDeviceType

This value specifies what type of physical device is used to store the backed up data.

BackupDeviceTypeDefaultValue

Gets the default value for the BackupDeviceType property

BackupTailLog

This value specifies whether the tail of the log is backed up.

BackupTailLogDefaultValue

Gets the default value for the BackupTailLog property

Connection

This value specifies the server connection to use for the backup procedure.

CopyOnlyBackup

TODO

CopyOnlyBackupDefaultValue

Gets the default value for the CopyOnlyBackup property

Databases

This is a collection of operating system files targeted by backup or restore operations.

DatabasesDefaultValue

Gets the default value for the Databases property

DatabaseSelectionMode

This value specifies whether tables, views, or both can be selected for inclusion in the task.

DatabaseSelectionModeDefaultValue

Gets the default value for the DatabaseSelectionMode property

ExpireDate

This value specifies the date and time when the backup data is considered obsolete.

ExpireDateDefaultValue

Gets the default value for the ExpireDate property

FilegroupsFiles

This is a container for SQL Server file groups targeted by backup or restore operations.

FilegroupsFilesDefaultValue

Gets the default value for the FilegroupsFiles property

FriendlyTypeName

Gets the friendly name of the type of this node

FriendlyTypeNameStatic

Gets the friendly name of the type of this node

IgnoreDatabasesInNotOnlineState

This value specifies whether the backup process should skip databases that are offline.

IgnoreDatabasesInNotOnlineStateDefaultValue

Gets the default value for the IgnoreDatabasesInNotOnlineState property

IgnoreReplicaType

TODO

IgnoreReplicaTypeDefaultValue

Gets the default value for the IgnoreReplicaType property

IsExpireDateExplicitlySet

Gets whether or not the IsExpireDateExplicitlySet property has been set directly.

IsRetainDaysExplicitlySet

Gets whether or not the IsRetainDaysExplicitlySet property has been set directly.

RetainDays

This value specifies how many days must pass before a backup set may be overwritten.

RetainDaysDefaultValue

Gets the default value for the RetainDays property

ServerVersion

This value specifies the server version for the backup.

ServerVersionDefaultValue

Gets the default value for the ServerVersion property

StaticUserDefinedItems

Specifies a collection of items that are common across all instances of the same type in the framework.

VerifyIntegrity

This value specifies whether the backup/restore application should verify that the backup set is complete and all volumes readable.

VerifyIntegrityDefaultValue

Gets the default value for the VerifyIntegrity property

Methods

Name Description
BindingScopeBoundaries()

Retrieves the permitted scope boundaries to bind references from this node.

BindReference(SymbolTable, String, Boolean, String, Int32, Boolean)
CopyFrom(IFrameworkItem, UnboundReferences)

Instructs the node to copy property values from the supplied node into itself. This method should only be used by the internal Biml framework.

DefinedAstNodes()

Retrieves a collection of nodes that have been defined as direct children of the current node.

Duplicate()

Creates a duplicate of the current node

Duplicate(Dictionary<IFrameworkItem, IFrameworkItem>)

Creates a duplicate of the current node with the scoped node mapping

Duplicate(IFrameworkItem)

Creates a duplicate of the current node with the specified parent item

Duplicate(IFrameworkItem, Dictionary<IFrameworkItem, IFrameworkItem>)

Creates a duplicate of the current node with the specified parent item and scoped node mapping

DuplicateHusk(IFrameworkItem)

Creates an empty object into which the values from the current node will be duplicated. This method should only be used by the internal Biml framework

DuplicateInto(IFrameworkItem, Dictionary<IFrameworkItem, IFrameworkItem>)

Copies the values from the current node into a husk object with the specified scoped node mapping. This method should only be used by the internal Biml framework

EmitXmlForAction(AstEnginePropertyAction)

Instructs the node to make changes to its underlying Biml code that correspond to the provided action. This method should only be used by the internal Biml framework.

EmitXmlForProperty(String, Int32)

Instructs the node to make changes to its underlying Biml code that correspond to the provided property and index. This method should only be used by the internal Biml framework.

ForceNull(String, Int32)

Internal method used by the compiler to make a propert value null when required by the binding framework.

GetAllItemsReferencedByDefinedSuccessors()

Builds a list of all items referenced by this node and its successors. Each tuple in the returned list represents a FrameworkItemReference. The first item is the ReferencingItem, the second item is the property name, and the third item is the ReferencedItem.

GetBimlAttributeFragment(CulturedStringBuilder)
GetBimlChildFragment(CulturedStringBuilder, Int32)
GetBimlFragment(CulturedStringBuilder, Int32, Boolean)

Internal method used by the Biml engine to produce the XML code for the current object.

GetDefaultValue(String)

Retrieves the default value for the property with the name propertyName

GetDefaultValue<T>(String)

Retrieves the default value for the property with the name propertyName

GetJson(StringBuilder, ref Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)

Generates a JavaScript Object Notation (JSON) representation of the current node

GetPotentialParentProperties()

Retrieves the reflection information for related properties of this node type.

GetPropertyValue(String)

Retrieves the current value for the property with the name propertyName

GetReflectionInfoFromXmlParsePath(String)

Retrieves the reflection information corresponding to the Xml parse path beginning at this node.

HasAnyBimlChildNodes()
MergeFrom(IFrameworkItem, UnboundReferences, Boolean)

Instructs the node to merge property values from the supplied node into itself. This method should only be used by the internal Biml framework.

NotifyCollectionPropertyChanged(Object, String, NotifyCollectionChangedEventArgs)

Internal Biml framework method used to notify this node that the specified collection property value has changed.

ParseAttribute(XAttribute, ParserContext)
ParseChild(XElement, ParserContext)
StructureEquals(Object)

Compares this node to the provided object to determine if all defined children and references are equal.

Validate(ValidationReporter)

Retrieves a collection of validation and diagnostic messages for the current node.

Can't find what you're looking for?

Let us help you right now!

© Varigence