ConnectionStringSettings.ToString 方法
定义
返回对象的字符串表示形式。Returns a string representation of the object.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
返回
对象的字符串表示形式。A string representation of the object.