此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets or sets the fill method of table adapter to fill a dataset.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property TableAdapterFillMethod As String
Get
Set
'用途
Dim instance As DataSetInfo
Dim value As String
value = instance.TableAdapterFillMethod
instance.TableAdapterFillMethod = value
public string TableAdapterFillMethod { get; set; }
public:
property String^ TableAdapterFillMethod {
String^ get ();
void set (String^ value);
}
member TableAdapterFillMethod : string with get, set
function get TableAdapterFillMethod () : String
function set TableAdapterFillMethod (value : String)
屬性值
型別:System.String
The fill method of table adapter to fill a dataset.