TimeZoneLocalizedName テーブル/エンティティの参照

注意

テーブルとエンティティの違いについて不明な点がありますか? 開発者: Microsoft Dataverse の用語を理解するを参照してください。

Localized name of the time zone.

メッセージ

メッセージ Web API 操作 SDK クラスまたはメソッド
Retrieve GET [org URI]/api/data/v9.0/timezonelocalizednames(timezonelocalizednameid)
取得を参照
RetrieveRequest または
Retrieve
RetrieveMultiple GET [org URI]/api/data/v9.0/timezonelocalizednames
データのクエリを参照
RetrieveMultipleRequest または
RetrieveMultiple

プロパティ

プロパティ
CollectionSchemaName TimeZoneLocalizedNames
DisplayCollectionName Time Zone Localized Names
DisplayName Time Zone Localized Name
EntitySetName timezonelocalizednames
IsBPFEntity False
LogicalCollectionName timezonelocalizednames
LogicalName timezonelocalizedname
OwnershipType None
PrimaryIdAttribute timezonelocalizednameid
PrimaryNameAttribute userinterfacename
SchemaName TimeZoneLocalizedName

書き込み可能な列/属性

これらの列/属性は IsValidForCreate または IsValidForUpdate のいずれかについて true を返します (通常は両方)。 SchemaName が一覧表示。

CultureId

プロパティ
Description Unique identifier of the culture that the UI names are encoded in.
DisplayName Culture
Format None
IsValidForForm True
IsValidForRead True
LogicalName cultureid
MaxValue 2147483647
MinValue -2147483648
RequiredLevel SystemRequired
Type Integer

DaylightName

プロパティ
Description Name of the time zone for the daylight time.
DisplayName Daylight Name
FormatName Text
IsLocalizable True
IsValidForForm True
IsValidForRead True
LogicalName daylightname
MaxLength 100
RequiredLevel None
Type String

StandardName

プロパティ
Description Name of the time zone for the standard time.
DisplayName Standard Name
FormatName Text
IsLocalizable True
IsValidForForm True
IsValidForRead True
LogicalName standardname
MaxLength 100
RequiredLevel SystemRequired
Type String

TimeZoneDefinitionId

プロパティ
Description Unique identifier of time zone definition entity instances.
DisplayName Time Zone Definition
IsValidForForm False
IsValidForRead True
LogicalName timezonedefinitionid
RequiredLevel SystemRequired
Targets timezonedefinition
Type Lookup

TimeZoneLocalizedNameId

プロパティ
Description Unique identifier of entity instances.
DisplayName Time Zone Localized Name
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName timezonelocalizednameid
RequiredLevel SystemRequired
Type Uniqueidentifier

UserInterfaceName

プロパティ
Description Unique display name for the time zone in the Microsoft Windows registry.
DisplayName User Interface Name
FormatName Text
IsLocalizable True
IsValidForForm True
IsValidForRead True
LogicalName userinterfacename
MaxLength 100
RequiredLevel SystemRequired
Type String

読み取り専用列/属性

これらの列/属性は IsValidForCreate または IsValidForUpdate の両方について false を返します。 SchemaName が一覧表示。

CreatedBy

プロパティ
Description Unique identifier of the user who created the record.
DisplayName Created By
IsValidForForm True
IsValidForRead True
LogicalName createdby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedOn

プロパティ
DateTimeBehavior UserLocal
Description Date and time when the record was created.
DisplayName Created On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName createdon
RequiredLevel None
Type DateTime

CreatedOnBehalfBy

プロパティ
Description Unique identifier of the delegate user who created the timezonelocalizedname.
DisplayName Created By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName createdonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedOnBehalfByName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOnBehalfByYomiName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

ModifiedBy

プロパティ
Description Unique identifier of the user who last modified the time zone localized name.
DisplayName Modified By
IsValidForForm True
IsValidForRead True
LogicalName modifiedby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedOn

プロパティ
DateTimeBehavior UserLocal
Description Date and time when the record was modified.
DisplayName Modified On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName modifiedon
RequiredLevel None
Type DateTime

ModifiedOnBehalfBy

プロパティ
Description Unique identifier of the delegate user who last modified the timezonelocalizedname.
DisplayName Modified By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName modifiedonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedOnBehalfByName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedOnBehalfByYomiName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

OrganizationId

プロパティ
Description Unique identifier of the organization associated with the time zone localized name.
DisplayName Organization
IsValidForForm False
IsValidForRead True
LogicalName organizationid
RequiredLevel None
Targets organization
Type Lookup

VersionNumber

プロパティ
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
MaxValue 9223372036854775807
MinValue -9223372036854775808
RequiredLevel None
Type BigInt

多対一関連付け

各多対一の関係付けは、関連するテーブルとの対応する一対多の関係付けによって定義されます。 SchemaName が一覧表示。

lk_timezonelocalizedname_modifiedby

systemuser テーブル/エンティティの一対多のリレーションシップ lk_timezonelocalizedname_modifiedby を参照してください。

lk_timezonelocalizedname_createdby

systemuser テーブル/エンティティの一対多のリレーションシップ lk_timezonelocalizedname_createdby を参照してください。

lk_timezonelocalizedname_modifiedonbehalfby

systemuser テーブル/エンティティの一対多のリレーションシップ lk_timezonelocalizedname_modifiedonbehalfby を参照してください。

lk_timezonelocalizedname_createdonbehalfby

systemuser テーブル/エンティティの一対多のリレーションシップ lk_timezonelocalizedname_createdonbehalfby を参照してください。

lk_timezonelocalizedname_timezonedefinitionid

timezonedefinition テーブル/エンティティの一対多のリレーションシップ lk_timezonelocalizedname_timezonedefinitionid を参照してください。

関連項目

Dataverse テーブル/エンティティ参照 Web API リファレンス timezonelocalizedname EntityType