IDTSDBProviderInfo100.UseFullTableName Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
For more information, see DBProviderInfo.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
ReadOnly Property UseFullTableName As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System.Boolean