IDbConnectionExtension.Password 属性

Gets or sets the password to use when connecting to the database. Overrides any password specified in the connection string.

命名空间:  Microsoft.ReportingServices.DataProcessing
程序集:   Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
  Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)

语法

声明
WriteOnly Property Password As String 
    Set
用法
Dim instance As IDbConnectionExtension 
Dim value As String

instance.Password = value
string Password { set; }
property String^ Password {
    void set (String^ value);
}
abstract Password : string with get, set
function set Password (value : String)

属性值

类型:System.String

注释

You can set the UserName and password in order to specify alternate credentials with which to access the data source.

Property Values

The password to use when authenticating the client.

请参阅

参考

IDbConnectionExtension 接口

Microsoft.ReportingServices.DataProcessing 命名空间