MapperConnection.IsInlineDataset 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.
A boolean indicating whether linked service is of type inline dataset. Currently only inline datasets are supported.
public bool? IsInlineDataset { get; set; }
member this.IsInlineDataset : Nullable<bool> with get, set
Public Property IsInlineDataset As Nullable(Of Boolean)