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