ClrAssemblyFile.Data Property

 

Applies To: SQL Server (starting with 2016)

Gets the Data associated with a ClrAssemblyFile.

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

Syntax

[BrowsableAttribute(false)]
public StringCollection Data { get; }
public:
[BrowsableAttribute(false)]
property StringCollection^ Data {
    StringCollection^ get();
}
[<BrowsableAttribute(false)>]
member Data : StringCollection with get
<BrowsableAttribute(False)>
Public ReadOnly Property Data As StringCollection

Property Value

Type: System.Collections.Specialized.StringCollection

The block of data.

See Also

ClrAssemblyFile Class
Microsoft.AnalysisServices Namespace

Return to top