Compartir a través de


TableAdapterName Propiedad

Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property TableAdapterName As String
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System. . :: . .String
A string value.