Click or drag to resize

DeploymentOptions Properties

The DeploymentOptions type exposes the following members.

Properties
  NameDescription
Public propertyDeploymentId
Returns the deployment id if one should be assigned; A null value causes the runtime to generate and assign a deployment id.
Public propertyDeploymentLockStrategy
Return the deployment lock strategy, the default is
Public propertyStatementNameRuntime
Returns the callback overriding the statement name that identifies the statement within the deployment and that can be obtained using Name
Public propertyStatementSubstitutionParameter
Returns the callback providing values for substitution parameters.
Public propertyStatementUserObjectRuntime
Returns the callback providing a runtime statement user object that can be obtained using UserObjectRuntime
Top
See Also