ClrAssemblyFile.Name Property

 

Applies To: SQL Server (starting with 2016)

Contains the name of the ClrAssemblyFile.

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

Syntax

public string Name { get; set; }
public:
property String^ Name {
    String^ get();
    void set(String^ value);
}
member Name : string with get, set
Public Property Name As String

Property Value

Type: System.String

A file name.

See Also

ClrAssemblyFile Class
Microsoft.AnalysisServices Namespace

Return to top