DataSourceVersionComparer.SourceVersion Property
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.
Gets the data source version from the sited connection, if any.
protected:
property System::String ^ SourceVersion { System::String ^ get(); };
protected string SourceVersion { get; }
member this.SourceVersion : string
Protected ReadOnly Property SourceVersion As String
A String value representing the data source version, or null if no source version can be obtained.