MetaAssociation.IsNullable 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,會取得值,指出關聯是否可以為 null
。
public:
abstract property bool IsNullable { bool get(); };
public abstract bool IsNullable { get; }
member this.IsNullable : bool
Public MustOverride ReadOnly Property IsNullable As Boolean
屬性值
true
如果關聯可以是 ,則為 null
,否則為 false
。