Udostępnij za pośrednictwem


Właściwość Database.MasterDataSourceID

Pobiera lub ustawia identyfikator źródło dane główne Database.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Property MasterDataSourceID As String
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.String
Identyfikator źródło dane główne.