IASSPClientProxy.GetLinkFile(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The set of metadata about the file and the connection described therein.