SqlMetaData.Adjust 메서드 (SqlBytes)

이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

네임스페이스:  System.Data.SqlServerCe
어셈블리:  System.Data.SqlServerCe(System.Data.SqlServerCe.dll)

구문

‘선언
Public Function Adjust ( _
    value As SqlBytes _
) As SqlBytes
‘사용 방법
Dim instance As SqlMetaData
Dim value As SqlBytes
Dim returnValue As SqlBytes

returnValue = instance.Adjust(value)
public SqlBytes Adjust(
    SqlBytes value
)
public:
SqlBytes^ Adjust(
    SqlBytes^ value
)
member Adjust : 
        value:SqlBytes -> SqlBytes 
public function Adjust(
    value : SqlBytes
) : SqlBytes

매개 변수

반환 값

유형: System.Data.SqlTypes.SqlBytes

참고 항목

참조

SqlMetaData 클래스

Adjust 오버로드

System.Data.SqlServerCe 네임스페이스