TempDBResultSet.GetColumnInfo Method

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

Gets the column info from the database.

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

Return Value

Type: Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBMetaData
The TempDBMetaData object.

See Also

Reference

TempDBResultSet Class

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace