ReplicationColumn.AllowNulls 속성

정의

열에 Null 값을 허용할 수 있는지 여부를 가져오거나 설정합니다.

public:
 property bool AllowNulls { bool get(); void set(bool value); };
public bool AllowNulls { get; set; }
member this.AllowNulls : bool with get, set
Public Property AllowNulls As Boolean

속성 값

Boolean 값입니다. true이면 참조된 열에 Null 값을 허용할 수 있고, false이면 Null이 허용되지 않습니다.

설명

이 네임스페이스, 클래스 또는 멤버는 .NET Framework 2.0 버전에서만 지원됩니다.

적용 대상