SourceGlobalVariable Property

DTS Programming

DTS Programming

SourceGlobalVariable Property

The SourceGlobalVariable property sets or returns the name of a Data Transformation Services (DTS) package global variable that contains the value to which a package object property will be set by the DynamicPropertiesTask object, when the SourceType property is DTSDynamicPropertiesSourceType_GlobalVariable.

Applies To
DynamicPropertiesTaskAssignment Object
Syntax

object.SourceGlobalVariable [= name]

Part Description
object Expression that evaluates to a DynamicPropertiesTaskAssignment object
name Name of a package global variable containing value to which a package object property will be set

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT SourceGlobalVariable(BSTR* pRetVal);

HRESULT SourceGlobalVariable(BSTR pRetVal);

See Also

DynamicPropertiesTask Object

SourceType Property