Adjust 메서드 (SqlInt64)
이 API는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.
네임스페이스: System.Data.SqlServerCe
어셈블리: System.Data.SqlServerCe.dll의 System.Data.SqlServerCe
구문
‘선언
Public Function Adjust ( _
value As SqlInt64 _
) As SqlInt64
‘사용 방법
Dim instance As SqlMetaData
Dim value As SqlInt64
Dim returnValue As SqlInt64
returnValue = instance.Adjust(value)
public SqlInt64 Adjust(
SqlInt64 value
)
public:
SqlInt64 Adjust(
SqlInt64 value
)
member Adjust :
value:SqlInt64 -> SqlInt64
public function Adjust(
value : SqlInt64
) : SqlInt64
매개 변수
- value
형식: System.Data.SqlTypes. . :: . .SqlInt64
반환 값
형식: System.Data.SqlTypes. . :: . .SqlInt64