Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the master data source identifier for a Database.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property MasterDataSourceID As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The master data source identifier.