Adjust 方法 (SqlBytes)

此 API 支持 .NET Framework 基础结构,但不适合直接在代码中使用。

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

SqlMetaData 成员

Adjust 重载

System.Data.SqlServerCe 命名空间