IASSPClientProxy.GetLinkFile(String) Method

Definition

Gets a metadata about a BISM Connection (.aslx) file located in the local SharePoint farm.

public Microsoft.AnalysisServices.SPClient.Interfaces.ILinkFile GetLinkFile (string in_bstrLinkFilePath);
abstract member GetLinkFile : string -> Microsoft.AnalysisServices.SPClient.Interfaces.ILinkFile
Public Function GetLinkFile (in_bstrLinkFilePath As String) As ILinkFile

Parameters

in_bstrLinkFilePath
String

The absolute path of the .aslx file.

Returns

ILinkFile

The set of metadata about the file and the connection described therein.

Applies to