Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
(Feature deprecated, see Remarks.) Gets a pointer to the start of a row in an IDTSBuffer90.
Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Sintassi
'Dichiarazione
Sub GetRowDataBytes ( _
<InAttribute> hRow As Integer, _
<OutAttribute> ByRef plCB As Integer, _
<OutAttribute> pData As IntPtr _
)
void GetRowDataBytes (
[InAttribute] int hRow,
out int plCB,
[OutAttribute] IntPtr pData
)
void GetRowDataBytes (
[InAttribute] int hRow,
[OutAttribute] int% plCB,
[OutAttribute] IntPtr pData
)
void GetRowDataBytes (
/** @attribute InAttribute() */ int hRow,
/** @attribute OutAttribute() */ /** @ref */ int plCB,
/** @attribute OutAttribute() */ IntPtr pData
)
JScript non supporta il passaggio di argomenti di tipo valore per riferimento.
Parametri
- hRow
The row handle.
- plCB
An out parameter that contains the number of bytes in the row.
- pData
An out parameter that contains a pointer to the beginning of the row.
Osservazioni
[!NOTA] Questa funzionalità verrà rimossa in una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa funzionalità in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.
This method gets a pointer to the start of the row, specified by the hRow parameter, in the IDTSBuffer90.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
IDTSBuffer90 Interface
IDTSBuffer90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace