Udostępnij za pośrednictwem


DataSourceCredentials.DeepClone Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Returns a deep clone of this DataSourceCredentials instance.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Overrides Function DeepClone As Object
'Usage
Dim instance As DataSourceCredentials 
Dim returnValue As Object 

returnValue = instance.DeepClone()
public override Object DeepClone()
public:
virtual Object^ DeepClone() override
abstract DeepClone : unit -> Object  
override DeepClone : unit -> Object
public override function DeepClone() : Object

Return Value

Type: System.Object
A DataSourceCredentials object.

See Also

Reference

DataSourceCredentials Class

Microsoft.ReportingServices.RdlObjectModel Namespace