共用方式為


DBProviderInfo 類別

Contains information about a database provider. This class cannot be inherited.

繼承階層

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime..::..DBProviderInfo

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public NotInheritable Class DBProviderInfo _
    Inherits DtsObject
'用途
Dim instance As DBProviderInfo
public sealed class DBProviderInfo : DtsObject
public ref class DBProviderInfo sealed : public DtsObject
[<SealedAttribute>]
type DBProviderInfo =  
    class
        inherit DtsObject
    end
public final class DBProviderInfo extends DtsObject

DBProviderInfo 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Description Returns a description about the provider. This field is read-only.
公用屬性 Name Returns the name of the provider. This field is read-only.
公用屬性 ParseName Returns the name of the provider that is used internally by the run-time engine. This field is read-only.
公用屬性 ProviderSubType Returns a value from the DTSProviderSubType enumeration that describes the provider type. This field is read-only.
公用屬性 ProviderType Returns a DTSProviderType enumeration that describes the type of provider in terms of the provider being a source or destination provider. This field is read-only.
公用屬性 SupportsNullColumns Returns a Boolean that indicates if the table supports nullNothingnullptrunitnull 參考 (在 Visual Basic 中為 Nothing) columns. This field is read-only.
公用屬性 UseFullTableName Returns a Boolean that indicates whether the provider can consume table names in the form of database_name.owner_name.table_name or schema_name.owner_name.table_name.

上層

方法

  名稱 說明
公用方法 Equals Determines whether two object instances are equal. (繼承自 DtsObject。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode Returns the hash code for this instance. (繼承自 DtsObject。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

上層

備註

This class inherits from DtsObject.

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。