Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the number of bytes stored in an IDTSBLOBObject100.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
ReadOnly Property Length As Integer
Get
'Utilisation
Dim instance As IDTSBLOBObject100
Dim value As Integer
value = instance.Length
int Length { get; }
property int Length {
int get ();
}
abstract Length : int
function get Length () : int
Valeur de propriété
Type : System.Int32
An Integer that specifies the number of bytes stored in the binary large object (BLOB).