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);
member this.GetXmlWithMaxCapacity : int * int -> string
Public Function GetXmlWithMaxCapacity (iCol As Integer, maxCharsToReturn As Integer) As String
Параметры
- iCol
- Int32
- maxCharsToReturn
- 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);
member this.GetXmlWithMaxCapacity : int * int * Microsoft.ReportingServices.QueryDesigners.StorageDataReader.QueryKeepStoringData -> string
Public Function GetXmlWithMaxCapacity (iCol As Integer, maxCharsToReturn As Integer, keepStoringDataDelegate As StorageDataReader.QueryKeepStoringData) As String
Параметры
- iCol
- Int32
- maxCharsToReturn
- Int32
- keepStoringDataDelegate
- StorageDataReader.QueryKeepStoringData