Database.MasterDataSourceID Property

Definition

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

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Security")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Database_DataSourceImpersonationInfo")]
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.ImpersonationInfoTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public string MasterDataSourceID { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Security")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Database_DataSourceImpersonationInfo")>]
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.ImpersonationInfoTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.MasterDataSourceID : string with get, set
Public Property MasterDataSourceID As String

Property Value

String

The master data source identifier.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute TypeConverterAttribute

Applies to