Condividi tramite


Proprietà DataSetInfo.TableName

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the name of the table.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property TableName As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
The name of the table.

Vedere anche

Riferimento

DataSetInfo Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel