Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Deletes the contents of the specified BLOB column.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Sub ResetBlobData ( _
columnIndex As Integer _
)
'Usage
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
)
Parameters
- columnIndex
Type: System.Int32
The index of the column from which to delete existing BLOB data.