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 네임스페이스