SfcKeyAttribute クラス

定義

識別キーを指定する属性 (Database.Name など)

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class SfcKeyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SfcKeyAttribute = class
    inherit Attribute
Public Class SfcKeyAttribute
Inherits Attribute
継承
SfcKeyAttribute
属性

コンストラクター

名前 説明
SfcKeyAttribute()

識別キーを指定する属性 (Database.Name など)

SfcKeyAttribute(Int32)

識別キーを指定する属性 (Database.Name など)

プロパティ

名前 説明
Position

キー序数

適用対象