This topic has not yet been rated - Rate this topic

IDTSName Interface

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.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
public interface IDTSName

The IDTSName type exposes the following members.

  Name Description
Public property 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.
Public property Description Gets or sets a description about the object.
Public property ID Returns a unique ID assigned to the object. This is usually a GUID. This property is read-only.
Public property Name Gets or sets a name assigned to the object.
Top
Did you find this helpful?
(1500 characters remaining)