Compartir a través de


TempDBResultSet.SetColumnInfo Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Set the information for a specified column.

Espacio de nombres:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado:  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxis

'Declaración
Public Sub SetColumnInfo ( _
    index As Integer, _
    name As String, _
    type As Type, _
    maxSize As Integer _
)
'Uso
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
)

Parámetros

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

Vea también

Referencia

TempDBResultSet Clase

Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport