Propriedade do RDL IsVirtual
Gets a value that indicates whether the specified buffer is a virtual buffer.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
ReadOnly Property IsVirtual ( _
hBufferType As Integer _
) As Boolean
Get
'Uso
Dim instance As IDTSBufferManager100
Dim hBufferType As Integer
Dim value As Boolean
value = instance.IsVirtual(hBufferType)
bool this[
int hBufferType
] { get; }
property bool IsVirtual[[InAttribute] int hBufferType] {
bool get ([InAttribute] int hBufferType);
}
abstract IsVirtual : bool
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- hBufferType
Tipo: System. . :: . .Int32
The ID of the specified buffer.
Valor da propriedade
Tipo: System. . :: . .Boolean
true if the buffer is a virtual buffer; otherwise, false.
Consulte também