Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
- index
Type: System.Int32
The index.
Return Value
Type: Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBMetaData
The TempDBMetaData object.
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace