共用方式為


GetColumnInfo 方法

此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。

命名空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
組件:  Microsoft.SqlServer.Replication.BusinessLogicSupport (在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)

語法

'宣告
Public Function GetColumnInfo ( _
    index As Integer _
) As TempDBMetaData
'用途
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

參數