DynamicsSinkWriteBehavior Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for DynamicsSinkWriteBehavior.
public readonly struct DynamicsSinkWriteBehavior : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.DynamicsSinkWriteBehavior>
type DynamicsSinkWriteBehavior = struct
Public Structure DynamicsSinkWriteBehavior
Implements IEquatable(Of DynamicsSinkWriteBehavior)
- Inheritance
-
DynamicsSinkWriteBehavior
- Implements
Constructors
DynamicsSinkWriteBehavior(String) |
Initializes a new instance of DynamicsSinkWriteBehavior. |
Properties
Upsert |
Upsert. |
Methods
Equals(DynamicsSinkWriteBehavior) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DynamicsSinkWriteBehavior, DynamicsSinkWriteBehavior) |
Determines if two DynamicsSinkWriteBehavior values are the same. |
Implicit(String to DynamicsSinkWriteBehavior) |
Converts a string to a DynamicsSinkWriteBehavior. |
Inequality(DynamicsSinkWriteBehavior, DynamicsSinkWriteBehavior) |
Determines if two DynamicsSinkWriteBehavior values are not the same. |
Applies to
Azure SDK for .NET