DataSourceID 屬性
Gets or sets the data source associated with the binding.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Property DataSourceID As String
Get
Set
'用途
Dim instance As MeasureGroupBinding
Dim value As String
value = instance.DataSourceID
instance.DataSourceID = value
public string DataSourceID { get; set; }
public:
property String^ DataSourceID {
String^ get ();
void set (String^ value);
}
member DataSourceID : string with get, set
function get DataSourceID () : String
function set DataSourceID (value : String)
屬性值
型別:System. . :: . .String
A String that contains a unique identifier for the data source.