Partager via


Propriété DataSetInfo.TableName

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the name of the table.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property TableName As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The name of the table.

Voir aussi

Référence

DataSetInfo Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel