OleDbTypeConverter 类

Represents a data source type converter.

继承层次结构

System.Object
  Microsoft.AnalysisServices.OleDbTypeConverter

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<GuidAttribute("85F0C29A-57F5-4866-8D61-3606BAEC8673")> _
Public NotInheritable Class OleDbTypeConverter
用法
[GuidAttribute("85F0C29A-57F5-4866-8D61-3606BAEC8673")]
public static class OleDbTypeConverter
[GuidAttribute(L"85F0C29A-57F5-4866-8D61-3606BAEC8673")]
public ref class OleDbTypeConverter abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<GuidAttribute("85F0C29A-57F5-4866-8D61-3606BAEC8673")>]
type OleDbTypeConverter =  class end
public final class OleDbTypeConverter

OleDbTypeConverter 类型公开以下成员。

方法

  名称 说明
公共方法静态成员 Convert Converts the specified object with the specified OleDbType.
公共方法静态成员 GetRestrictedOleDbType Gets the restricted OleDbType.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.AnalysisServices 命名空间