StorageDataReader.GetXmlWithMaxCapacity 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| GetXmlWithMaxCapacity(Int32, Int32) | |
| GetXmlWithMaxCapacity(Int32, Int32, StorageDataReader+QueryKeepStoringData) |
GetXmlWithMaxCapacity(Int32, Int32)
GetXmlWithMaxCapacity(Int32, Int32, StorageDataReader+QueryKeepStoringData)
public:
System::String ^ GetXmlWithMaxCapacity(int iCol, int maxCharsToReturn, Microsoft::ReportingServices::QueryDesigners::StorageDataReader::QueryKeepStoringData ^ keepStoringDataDelegate);
public string GetXmlWithMaxCapacity (int iCol, int maxCharsToReturn, Microsoft.ReportingServices.QueryDesigners.StorageDataReader.QueryKeepStoringData keepStoringDataDelegate);
Public Function GetXmlWithMaxCapacity (iCol As Integer, maxCharsToReturn As Integer, keepStoringDataDelegate As StorageDataReader.QueryKeepStoringData) As String
參數
- iCol
- Int32
- maxCharsToReturn
- Int32
- keepStoringDataDelegate
- StorageDataReader.QueryKeepStoringData