Proprietà IDTSDBProviderInfo100.UseFullTableName

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

For more information, see DBProviderInfo.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property UseFullTableName As Boolean 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean

Vedere anche

Riferimento

IDTSDBProviderInfo100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper