DTS Programming
SourceServer Property
The SourceServer property specifies the name of the source server.
Applies To
| TransferObjectsTask Object | TransferObjectsTask2 Object |
Syntax
object.SourceServer[= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Name of the source server |
Data Type
String
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetSourceServer(BSTR *pRetVal);
HRESULT SetSourceServer(BSTR NewValue);