StorageDataReader.GetXmlWithMaxCapacity Metodo

Definizione

Overload

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

Parametri

iCol
Int32
maxCharsToReturn
Int32

Restituisce

String

Si applica a

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

Parametri

iCol
Int32
maxCharsToReturn
Int32
keepStoringDataDelegate
StorageDataReader.QueryKeepStoringData

Restituisce

String

Si applica a