ClrAssemblyFile.LoadData Method (String)

 

Applies To: SQL Server (starting with 2016)

Loads a ClrAssemblyFile data.

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

Syntax

public void LoadData(
    string path
)
public:
void LoadData(
    String^ path
)
member LoadData : 
        path:string -> unit
Public Sub LoadData (
    path As String
)

Parameters

See Also

ClrAssemblyFile Class
Microsoft.AnalysisServices Namespace

Return to top