次の方法で共有


TempDBResultSet.SetColumnInfo メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

Set the information for a specified column.

名前空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ:  Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

構文

'宣言
Public Sub SetColumnInfo ( _
    index As Integer, _
    name As String, _
    type As Type, _
    maxSize As Integer _
)
'使用
Dim instance As TempDBResultSet 
Dim index As Integer 
Dim name As String 
Dim type As Type 
Dim maxSize As Integer

instance.SetColumnInfo(index, name, type, _
    maxSize)
public void SetColumnInfo(
    int index,
    string name,
    Type type,
    int maxSize
)
public:
void SetColumnInfo(
    int index, 
    String^ name, 
    Type^ type, 
    int maxSize
)
member SetColumnInfo : 
        index:int * 
        name:string * 
        type:Type * 
        maxSize:int -> unit
public function SetColumnInfo(
    index : int, 
    name : String, 
    type : Type, 
    maxSize : int
)

パラメーター

  • maxSize
    型: System.Int32
    The maximum size of the information.

関連項目

参照

TempDBResultSet クラス

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間