共用方式為


IDTSDBProviderInfo100.UseFullTableName Property

Definition

public:
 property bool UseFullTableName { bool get(); };
[System.Runtime.InteropServices.DispId(6)]
public bool UseFullTableName { [System.Runtime.InteropServices.DispId(6)] get; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
member this.UseFullTableName : bool
Public ReadOnly Property UseFullTableName As Boolean

Property Value

A Boolean that indicates whether the provider is able to read table names given in the format of database_name.owner_name.table_name.

Attributes

Applies to