Language Object Properties Methods Collections
| Property | Description |
|---|
| Alias String Write: Yes |
Alternate name for the language. |
| Application Application Write: No |
The Application object. |
| DateFormat String Write: Before Add |
Three characters describing the order of the date parts day, month, and year. Valid values include "dmy", "dym", "mdy", "myd", "ydm", and "ymd". |
| Days String Write: Before Add |
Comma-separated list of day full names, in order from Monday through Sunday. |
| FirstDayOfWeek Integer Write: Before Add |
Number of the first day of the week. The numbers 1 through 7 correspond to the days Monday through Sunday respectively. |
| ID Long Write: No |
The language ID. |
| Months String Write: Before Add |
Comma-separated list of month full names, in order from January through December. |
| Name String Write: Before Add |
Official name for the language. |
| Parent SQLServer Write: No |
The SQLServer object. |
| ShortMonths String Write: Before Add |
Comma-separated list of month short names (first three characters), in order from Jan through Dec. |
| TypeOf SQLOLE_OBJECT_TYPE Write: No |
The type of object. |
| Upgrade Long Write: No |
Version of SQL Server used for most recent upgrade of the language. |
| UserData Long Write: Yes |
Temporary storage space contained in this object for private use by the application. SQL-DMO does not use this property. |