GetDataSource Method

Retrieves the specified data-source from the specified catalog.

Namespace:  Microsoft.CommerceServer.Interop.Profiles
Assembly:  Microsoft.CommerceServer.Interop.Profiles.BizDataAdmin (in Microsoft.CommerceServer.Interop.Profiles.BizDataAdmin.dll)

Syntax

'Declaration
Public Function GetDataSource ( _
    ByRef sourcePath As String _
) As DOMDocument
'Usage
Dim instance As BusinessDataAdminFreeThreaded
Dim sourcePath As String
Dim returnValue As DOMDocument

returnValue = instance.GetDataSource(sourcePath)
public DOMDocument GetDataSource(
    ref string sourcePath
)
public:
DOMDocument^ GetDataSource(
    String^% sourcePath
)
public function GetDataSource(
    sourcePath : String
) : DOMDocument

Parameters

Return Value

Type: DOMDocument
An XML DOMDocument containing the data source.

Remarks

This method uses the reasonably optimized GetSourceAex helper function to perform the operation.

Permissions

See Also

Reference

BusinessDataAdminFreeThreaded Class

BusinessDataAdminFreeThreaded Members

Microsoft.CommerceServer.Interop.Profiles Namespace