Proprietà DataSetInfo.TableAdapterName
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the name of the table adapter.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property TableAdapterName As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
The name of the table adapter.