SetMonthLongName Method

DTS Programming

DTS Programming

SetMonthLongName Method

The SetMonthLongName method sets the long (full) name for the specified month.

Applies To
DataPumpTransformDateTimeString Object
Syntax

object.SetMonthLongName(monthnumber) = string

Part Description
object Expression that evaluates to a DataPumpTransformDateTimeString object
monthnumber Number of the month
string Long (full) name of the specified month

Remarks

The valid month numbers are from 1 through 12.

Prototype (C/C++)

HRESULT SetMonthLongName(
long MonthNumber,
BSTR NewValue);

See Also

Adding DTS Transformations

GetMonthLongName Method

Month??LongName Property

SetMonthShortName Method