TempDBResultSet.SetColumnInfo Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Set the information for a specified column.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Sub SetColumnInfo ( _
    index As Integer, _
    name As String, _
    type As Type, _
    maxSize As Integer _
)
'Usage
Dim instance As TempDBResultSet 
Dim index As Integer 
Dim name As String 
Dim type As Type 
Dim maxSize As Integer

instance.SetColumnInfo(index, name, type, _
    maxSize)
public void SetColumnInfo(
    int index,
    string name,
    Type type,
    int maxSize
)
public:
void SetColumnInfo(
    int index, 
    String^ name, 
    Type^ type, 
    int maxSize
)
member SetColumnInfo : 
        index:int * 
        name:string * 
        type:Type * 
        maxSize:int -> unit
public function SetColumnInfo(
    index : int, 
    name : String, 
    type : Type, 
    maxSize : int
)

Parameters

  • maxSize
    Type: System.Int32
    The maximum size of the information.

See Also

Reference

TempDBResultSet Class

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace