null に関する値を取得または設定します。 省略可能な NULL/NOT NULL 制約です。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property NullNotNull As NullNotNull
Get
Set
'使用
Dim instance As InsertBulkColumnDefinition
Dim value As NullNotNull
value = instance.NullNotNull
instance.NullNotNull = value
public NullNotNull NullNotNull { get; set; }
public:
property NullNotNull NullNotNull {
NullNotNull get ();
void set (NullNotNull value);
}
member NullNotNull : NullNotNull with get, set
function get NullNotNull () : NullNotNull
function set NullNotNull (value : NullNotNull)
プロパティ値
型: Microsoft.SqlServer.TransactSql.ScriptDom.NullNotNull
null に関する値。