Propriété TableAdapterName
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property TableAdapterName As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .String
A string value.