共用方式為


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 命名空間