ImplementationFileName Property

DTS Programming

DTS Programming

ImplementationFileName Property

The ImplementationFileName property returns the name and path of the library file that implements the object class.

Applies To
OLEDBProviderInfo Object TaskInfo Object
ScriptingLanguageInfo Object TransformationInfo Object
Syntax

object.ImplementationFileName

Part Description
object Expression that evaluates to an object in the Applies To list

Data Type

String

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetImplementationFileName(BSTR* pRetVal);

Example

The following example shows a value returned by the ImplementationFileName property:

C:\Program Files\Common Files\System\OLE DB\sqloledb.dll

See Also

ImplementationFileVersionString Property