IDTSName Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface class IDTSName
public interface IDTSName
type IDTSName = interface
Public Interface IDTSName
- Derived
Properties
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. |
Description |
Gets or sets a description about the object. |
ID |
Returns a unique ID assigned to the object. This is usually a GUID. This property is read-only. |
Name |
Gets or sets a name assigned to the object. |