다음을 통해 공유


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.Interfaces.dll의 Microsoft.ReportingServices.Interfaces

구문

‘선언
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.