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.
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 |
String
Read/write
HRESULT SourceGlobalVariable(BSTR* pRetVal);
HRESULT SourceGlobalVariable(BSTR pRetVal);