IDTSName100 Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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.Wrapper.Sql2012
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("81AC8A94-D897-4C3E-A290-66E575E4D428")]
public interface class IDTSName100

NameDescription
System_CAPS_pubpropertyCreationName

This API supports the product infrastructure and is not intended to be used directly from your code.

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.

System_CAPS_pubpropertyDescription

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a description about the object.

System_CAPS_pubpropertyID

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns a unique ID assigned to the object. This is usually a GUID. This property is read-only.

System_CAPS_pubpropertyName

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a name assigned to the object.

For more information, see IDTSName.

Return to top
Show: