Column.SourceProviderType 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.
The original data type of the column as defined in the language of the data source. This data type is used to generate queries directly against the data source, for example in DirectQuery mode.
public string SourceProviderType { get; set; }
member this.SourceProviderType : string with get, set
Public Property SourceProviderType As String