ProactiveCachingQueryBinding.CopyTo Method (ProactiveCachingQueryBinding)

 

Applies To: SQL Server 2016 Preview

Copies the content of this object to another object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public ProactiveCachingQueryBinding CopyTo(
    ProactiveCachingQueryBinding obj
)
public:
ProactiveCachingQueryBinding^ CopyTo(
    ProactiveCachingQueryBinding^ obj
)
member CopyTo : 
        obj:ProactiveCachingQueryBinding -> ProactiveCachingQueryBinding
Public Function CopyTo (
    obj As ProactiveCachingQueryBinding
) As ProactiveCachingQueryBinding

Parameters

Return Value

Type: Microsoft.AnalysisServices.ProactiveCachingQueryBinding

The destination object.

See Also

ProactiveCachingQueryBinding Class
Microsoft.AnalysisServices Namespace

Return to top