The Name property specifies the name of a DTS object.
object.Name [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Name of a DTS object |
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.
Object
Read/write
HRESULT GetName(BSTR *pRetVal);
HRESULT SetName(BSTR NewValue);