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.
Defines a column in a data flow buffer that contains data that has a SQL Server data type of text, ntext, or image.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Dts.Pipeline.BlobColumn
Espace de noms : Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
Syntaxe
'Déclaration
Public Class BlobColumn
'Utilisation
Dim instance As BlobColumn
public class BlobColumn
public ref class BlobColumn
type BlobColumn = class end
public class BlobColumn
Le type BlobColumn expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
ColumnInfo | Gets read-only metadata about the column. |
![]() |
IsNull | Gets a value that indicates whether the column is null. |
![]() |
Length | Gets the length of the contents of the column. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
AddBlobData(array<Byte[]) | Adds binary data to a BlobColumn column. |
![]() |
AddBlobData(array<Byte[], Int32) | Adds a specified number of bytes of binary data to a BlobColumn column. |
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetBlobData | Returns the specified portion of the data in the column. |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
ResetBlobData | Deletes the contents of the column. |
![]() |
SetNull | Sets the column value to null. |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)
.gif)