DataConnectionDialog.EncryptedConnectionString 属性

定义

检索或设置指定数据提供程序的对话框的加密连接信息。

public:
 abstract property System::String ^ EncryptedConnectionString { System::String ^ get(); void set(System::String ^ value); };
public abstract string EncryptedConnectionString { get; set; }
member this.EncryptedConnectionString : string with get, set
Public MustOverride Property EncryptedConnectionString As String

属性值

String

返回所选提供程序的对话框所表示的加密连接信息。

适用于