Właściwość DataSetInfo.TableAdapterName
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property TableAdapterName As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A ciąg wartości.