IDTSName Members

Defines properties commonly used by many objects in the Integration Services runtime. The common properties of named objects include a name, a creation name, an ID (GUID), and a description.

The following tables list the members exposed by the IDTSName type.

Public Properties

  Name Description
ms212782.pubproperty(en-US,SQL.90).gif CreationName Returns the name that is used by the runtime to create an instance of the object and add it to its collection, if there is a collection for the object. This property is read-only.
ms212782.pubproperty(en-US,SQL.90).gif Description Gets or sets a description about the object.
ms212782.pubproperty(en-US,SQL.90).gif ID Returns a unique ID assigned to the object. This is usually a GUID. This property is read-only.
ms212782.pubproperty(en-US,SQL.90).gif Name Gets or sets a name assigned to the object.

Top

See Also

Reference

IDTSName Interface
Microsoft.SqlServer.Dts.Runtime Namespace