Método GetStream
Gets the stream of data.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (em Microsoft.SqlServer.ConnectionInfoExtended.dll)
Sintaxe
'Declaração
Public Function GetStream ( _
ordinal As Integer _
) As Stream
'Uso
Dim instance As TraceReader
Dim ordinal As Integer
Dim returnValue As Stream
returnValue = instance.GetStream(ordinal)
public Stream GetStream(
int ordinal
)
public:
Stream^ GetStream(
int ordinal
)
member GetStream :
ordinal:int -> Stream
public function GetStream(
ordinal : int
) : Stream
Parâmetros
- ordinal
Tipo: System. . :: . .Int32
An Int32 value that specifies the column position at which to retrieve the data.
Valor de retorno
Tipo: System.IO. . :: . .Stream
A Stream system object value that specifies the data stream at the column position.
Consulte também