Del via


DataSetInfo.TableAdapterName Property

This API supports the infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Property TableAdapterName As String
    Get
    Set
'Usage
Dim instance As DataSetInfo
Dim value As String

value = instance.TableAdapterName

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

Property Value

Type: System.String
A string value.