Freigeben über


DataSetInfo.TableName-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the name of the table.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

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

Eigenschaftswert

Typ: System.String
The name of the table.

Siehe auch

Verweis

DataSetInfo Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace