Propriedade do RDL ChunkSize
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
For more information, see ConnectionManager.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public Overridable Property ChunkSize As Integer
Get
Set
'Uso
Dim instance As ConnectionManagerFtpClass
Dim value As Integer
value = instance.ChunkSize
instance.ChunkSize = value
public virtual int ChunkSize { get; set; }
public:
virtual property int ChunkSize {
int get ();
void set (int value);
}
abstract ChunkSize : int with get, set
override ChunkSize : int with get, set
function get ChunkSize () : int
function set ChunkSize (value : int)
Valor da propriedade
Tipo: System. . :: . .Int32
Implementa
Consulte também