Compartir a través de


DataSetInfo.ObjectDataSourceType Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the type of the object data source.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property ObjectDataSourceType As String 
    Get 
    Set
'Uso
Dim instance As DataSetInfo 
Dim value As String 

value = instance.ObjectDataSourceType

instance.ObjectDataSourceType = value
public string ObjectDataSourceType { get; set; }
public:
property String^ ObjectDataSourceType {
    String^ get ();
    void set (String^ value);
}
member ObjectDataSourceType : string with get, set
function get ObjectDataSourceType () : String 
function set ObjectDataSourceType (value : String)

Valor de la propiedad

Tipo: System.String
The type of the object data source.

Vea también

Referencia

DataSetInfo Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel