TempDBResultSet.GetColumnInfo Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Function GetColumnInfo ( _
    index As Integer _
) As TempDBMetaData
'Usage
Dim instance As TempDBResultSet
Dim index As Integer
Dim returnValue As TempDBMetaData

returnValue = instance.GetColumnInfo(index)
public TempDBMetaData GetColumnInfo(
    int index
)
public:
TempDBMetaData^ GetColumnInfo(
    int index
)
member GetColumnInfo : 
        index:int -> TempDBMetaData 
public function GetColumnInfo(
    index : int
) : TempDBMetaData

Parameters