Méthode ResetBlobData
Deletes the contents of the specified BLOB column.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
Syntaxe
'Déclaration
Public Sub ResetBlobData ( _
columnIndex As Integer _
)
'Utilisation
Dim instance As PipelineBuffer
Dim columnIndex As Integer
instance.ResetBlobData(columnIndex)
public void ResetBlobData(
int columnIndex
)
public:
void ResetBlobData(
int columnIndex
)
member ResetBlobData :
columnIndex:int -> unit
public function ResetBlobData(
columnIndex : int
)
Paramètres
- columnIndex
Type : System. . :: . .Int32
The index of the column from which to delete existing BLOB data.