Udostępnij przez


Właściwość DataSource.Credentials

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property Credentials As DataSourceCredentials
    Get
    Set
'Użycie
Dim instance As DataSource
Dim value As DataSourceCredentials

value = instance.Credentials

instance.Credentials = value
public DataSourceCredentials Credentials { get; set; }
public:
property DataSourceCredentials^ Credentials {
    DataSourceCredentials^ get ();
    void set (DataSourceCredentials^ value);
}
member Credentials : DataSourceCredentials with get, set
function get Credentials () : DataSourceCredentials
function set Credentials (value : DataSourceCredentials)