SqlClientConnectionOpenAfter.ClientVersion 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 version of the SqlClient library.
public:
property System::String ^ ClientVersion { System::String ^ get(); };
public string ClientVersion { get; }
member this.ClientVersion : string
Public ReadOnly Property ClientVersion As String