StorageDataReader.GetXmlWithMaxCapacity 方法

定義

多載

GetXmlWithMaxCapacity(Int32, Int32)
GetXmlWithMaxCapacity(Int32, Int32, StorageDataReader+QueryKeepStoringData)

GetXmlWithMaxCapacity(Int32, Int32)

public:
 System::String ^ GetXmlWithMaxCapacity(int iCol, int maxCharsToReturn);
public string GetXmlWithMaxCapacity (int iCol, int maxCharsToReturn);
Public Function GetXmlWithMaxCapacity (iCol As Integer, maxCharsToReturn As Integer) As String

參數

iCol
Int32
maxCharsToReturn
Int32

傳回

String

適用於

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

傳回

String

適用於