次の方法で共有


TempDB.FillColumnMetadata(TempDBResultSet, Int32, String, Type, Int32) メソッド

定義

public:
 void FillColumnMetadata(Microsoft::SqlServer::Replication::BusinessLogicSupport::TempDBResultSet ^ resultSet, int index, System::String ^ name, Type ^ type, int maxSize);
public void FillColumnMetadata (Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet resultSet, int index, string name, Type type, int maxSize);
member this.FillColumnMetadata : Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet * int * string * Type * int -> unit
Public Sub FillColumnMetadata (resultSet As TempDBResultSet, index As Integer, name As String, type As Type, maxSize As Integer)

パラメーター

resultSet
TempDBResultSet
index
Int32
name
String
type
Type
maxSize
Int32

適用対象