Database.MasterDataSourceID 屬性

Gets or sets the master data source identifier for a Database.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property MasterDataSourceID As String 
    Get 
    Set
'用途
Dim instance As Database 
Dim value As String 

value = instance.MasterDataSourceID

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

屬性值

型別:System.String
The master data source identifier.

請參閱

參考

Database 類別

Microsoft.AnalysisServices 命名空間