ComAssembly.Source 属性

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

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property Source As String 
    Get 
    Set
用法
Dim instance As ComAssembly 
Dim value As String 

value = instance.Source

instance.Source = value
public string Source { get; set; }
public:
property String^ Source {
    String^ get ();
    void set (String^ value);
}
member Source : string with get, set
function get Source () : String 
function set Source (value : String)

属性值

类型:System.String
The source where the COM assembly file is located.

请参阅

参考

ComAssembly 类

Microsoft.AnalysisServices 命名空间