Compartir a través de


DataSetInfo.TableName 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 name of the table.

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

Sintaxis

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

value = instance.TableName

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

Valor de la propiedad

Tipo: System.String
The name of the table.

Vea también

Referencia

DataSetInfo Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel