Compartir a través de


ObjectReference.DataSourceViewID Propiedad

Gets or sets the data source view identifier for the cube in which the object resides.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property DataSourceViewID As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
A data source view identifier.

Vea también

Referencia

ObjectReference Clase

Espacio de nombres Microsoft.AnalysisServices