DataSourceCredentials.EncryptedUserName 屬性
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets or sets the encrypted user name of the data source.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property EncryptedUserName As String
Get
Set
'用途
Dim instance As DataSourceCredentials
Dim value As String
value = instance.EncryptedUserName
instance.EncryptedUserName = value
public string EncryptedUserName { get; set; }
public:
property String^ EncryptedUserName {
String^ get ();
void set (String^ value);
}
member EncryptedUserName : string with get, set
function get EncryptedUserName () : String
function set EncryptedUserName (value : String)
屬性值
型別:System.String
The encrypted user name of the data source.