CorrelationDataDescription.IsOptional Property
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.
When overridden in a derived class, indicates whether the correlation data is optional as part of a query.
public:
abstract property bool IsOptional { bool get(); };
public abstract bool IsOptional { get; }
member this.IsOptional : bool
Public MustOverride ReadOnly Property IsOptional As Boolean
Property Value
true
if the correlation data is optional; otherwise, false
.
Remarks
If IsOptional returns true
, a query that includes this data is considered to be an optional component in the correlation key calculation.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.