Właściwość ObjectReference.DataSourceViewID
Pobiera lub ustawia identyfikator widok źródło danych dla moduł, w którym znajduje się dany obiekt.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Property DataSourceViewID As String
Get
Set
'Użycie
Dim instance As ObjectReference
Dim value As String
value = instance.DataSourceViewID
instance.DataSourceViewID = value
public string DataSourceViewID { get; set; }
public:
property String^ DataSourceViewID {
String^ get ();
void set (String^ value);
}
member DataSourceViewID : string with get, set
function get DataSourceViewID () : String
function set DataSourceViewID (value : String)
Wartość właściwości
Typ: System.String
Identyfikator widok źródło danych.