Del via


DataSetInfo.TableAdapterGetDataMethod 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 TableAdapterGetDataMethod As String
    Get
    Set
'Usage
Dim instance As DataSetInfo
Dim value As String

value = instance.TableAdapterGetDataMethod

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

Property Value

Type: System.String
A string value.