FlatFileColumn.CreationName Property

 

Applies To: SQL Server 2016 Preview

Returns the string that is used by the Integration Services run-time to create an instance of the FlatFileColumn object. This property is read-only.

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

Syntax

public string CreationName { get; }
public:
property String^ CreationName {
    virtual String^ get() sealed;
}
abstract CreationName : string with get
override CreationName : string with get
Public ReadOnly Property CreationName As String

Property Value

Type: System.String

A String that contains the name. The name may be the fully qualified assembly name (for managed assemblies), or it may be the PROGID or CLSID (for COM DLLs).

Implements

IDTSName.CreationName

See Also

FlatFileColumn Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top