DataSourceCredentials.EncryptedUserName 属性

定义

获取或设置数据源的加密用户名。

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

属性值

String

数据源的加密用户名。

适用于