Freigeben über


IDTSDBProviderInfo100.UseFullTableName-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

For more information, see DBProviderInfo.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
ReadOnly Property UseFullTableName As Boolean 
    Get
'Usage
Dim instance As IDTSDBProviderInfo100 
Dim value As Boolean 

value = instance.UseFullTableName
bool UseFullTableName { get; }
property bool UseFullTableName {
    bool get ();
}
abstract UseFullTableName : bool
function get UseFullTableName () : boolean

Eigenschaftswert

Typ: System.Boolean

Siehe auch

Verweis

IDTSDBProviderInfo100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace