Language (clsMemberProperty)
Hinweis |
|---|
Diese Funktion wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie so bald wie möglich das Ändern von Anwendungen, in denen es zurzeit verwendet wird. |
The Language property of an object of ClassType clsMemberProperty object identifies the client language for the object.
Access
Read/write
Hinweise
When multiple member properties have the same Caption, the OLAP server returns the one whose Language property best matches the locale ID of the client application. If no match is available, the server returns the member property with a Language value of languageAny. For more information about the LanguageValues enumeration, see the Microsoft® Visual Basic® documentation.
Hinweis