次の方法で共有


Source プロパティ

COM アセンブリ ファイルを検索するソースを取得します。値の設定も可能です。

名前空間:  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
COM アセンブリ ファイルを検索するソースを表す System.String 値です。