ComAssembly.Source Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the source where the COM assembly file is located.

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

Syntax

[XmlElementAttribute(IsNullable = false)]
public string Source { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
property String^ Source {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
member Source : string with get, set
<XmlElementAttribute(IsNullable := False)>
Public Property Source As String

Property Value

Type: System.String

The source where the COM assembly file is located.

See Also

ComAssembly Class
Microsoft.AnalysisServices Namespace

Return to top