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 命名空间