Name Property (DTS)

The Name property specifies the name of a DTS object.

Applies To
ActiveScriptTask Object Lookup Object
BulkInsertTask Object OLEDBProperty Object
Column Object Package Object
Connection Object Property Object
CreateProcessTask Object SendMailTask Object
CustomTask Object Step Object
DataDrivenQueryTask Object Task Object
DataPumpTask Object TransferObjectsTask Object
ExecuteSQLTask Object Transformation Object
GlobalVariable Object  

Syntax

object.Name [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Name of a DTS object

Remarks

Name is a unique, user-defined text label for a Package object. When saved to Microsoft® SQL Server™ or Microsoft Repository, the msdb tables use this name as a primary key.

Data Type

Object

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetName(BSTR *pRetVal);

HRESULT SetName(BSTR NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.