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