Month??LongName Property

DTS Programming

DTS Programming

Month??LongName Property

The Month??LongName property specifies or returns the string to be used for the long (full) name of the indicated month. ?? is a month number from 1 through 12.

Applies To
DataPumpTransformDateTimeString Object
Syntax

object.Month??LongName [= name]

Part Description
object Expression that evaluates to a DataPumpTransformDateTimeString object.
?? Month number from 1 through 12, without a leading 0.
name Long (full) name of the specified month.

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT Month??LongName(BSTR* pRetVal);

HRESULT Month??LongName(BSTR pRetVal);

Remarks

The default value is the English month name.

The property also can be referenced through the TransformServerProperties collection with the following code:

Set transprops = transform.TransformServerProperties
transprops("Month??LongName") [= name]

See Also

GetMonthLongName Method

GetMonthShortName Method

InputFormat Property

Month??ShortName Property

OutputFormat Property

SetMonthLongName Method

SetMonthShortName Method