Classe DataSourceCredentials
Represents a set of data source credentials.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.DataSourceCredentials
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class DataSourceCredentials _
Inherits ReportObject
'Utilizzo
Dim instance As DataSourceCredentials
[SerializableAttribute]
public sealed class DataSourceCredentials : ReportObject
[SerializableAttribute]
public ref class DataSourceCredentials sealed : public ReportObject
[<SealedAttribute>]
[<SerializableAttribute>]
type DataSourceCredentials =
class
inherit ReportObject
end
public final class DataSourceCredentials extends ReportObject
Nel tipo DataSourceCredentials sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
DataSourceCredentials() | Infrastruttura. Initializes a new instance of the DataSourceCredentials class. |
![]() |
DataSourceCredentials(String, String) | Infrastruttura. Initializes a new instance of the DataSourceCredentials class using the specified user name and password. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
ComponentMetadata | Gets or sets the component metadata. Ereditato da ReportObject. |
![]() |
EncryptedPassword | Infrastruttura. Gets or sets the encrypted password of the data source. |
![]() |
EncryptedUserName | Infrastruttura. Gets or sets the encrypted user name of the data source. |
![]() |
Parent | The parent of this report object. Ereditato da ReportObjectBase. |
![]() |
Password | Infrastruttura. Gets or sets the password of the data source. |
![]() |
Site | Infrastruttura. Gets or sets the site associated with the ReportObject object. Ereditato da ReportObject. |
![]() |
UserName | Infrastruttura. Gets or sets the user name of the data source. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() ![]() |
CreateFromCiphertext | Infrastruttura. Creates a DataSourceCredentials object from a cipher text. |
![]() |
DeepClone | Infrastruttura. Returns a deep clone of this DataSourceCredentials instance. Esegue l'override di ReportObject.DeepClone(). |
![]() |
Equals | Ereditato da Object. |
![]() |
GetContainingDataScopes | Infrastruttura. Returns the list of report object that contains data scopes. Ereditato da ReportObject. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
Initialize | Infrastruttura. Initializes an instance of ReportObject. Ereditato da ReportObject. |
![]() |
OnChildPropertyChanged | Infrastruttura. Raises an event when the property of the child was changed. Ereditato da ReportObject. |
![]() |
OnPropertyChanged | Infrastruttura. Raises an event when the property was changed. Ereditato da ReportObject. |
![]() |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
![]() ![]() |
IDisposable.Dispose | Infrastruttura. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Ereditato da ReportObject. |
![]() ![]() |
IComponent.Disposed | Infrastruttura. Occurs when the ReportObject object is disposed. Ereditato da ReportObject. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.