国产高清精品免费区-男女一进一出抽搐免费视频-中日韩一二三级黄色永久视频-日韩精品人妻一区二区免费视频-日本久久视频在线观看-99热这里只有精品88热-亚洲韩国黄色最新短视频一区-日韩伦理在线观看免费全集-国产av一区二区三区天堂

nullable

nullable

 英

  • 網(wǎng)絡(luò)允許空值;值類型;可空類型

例句

Attribute value with a null reference assigned to a reference type or to a nullable value type.

屬性等同分配引用類型分配類型引用。

The result of an arithmetic operator is always nullable, even if the operands are nonnullable and ANSI_WARNINGS or ARITHABORT is set ON.

即使操作數(shù)不可并且ANSI_WARNINGSARITHABORT設(shè)置ON,算術(shù)運(yùn)算符結(jié)果始終。

Operator defines the default value to be returned when a nullable type is assigned to a non-nullable type.

運(yùn)算符定義當(dāng)類型分配類型返回默認(rèn)。

A type parameter can be constrained to be a reference type, a non- nullable value type, and to have a default constructor .

類型參數(shù)可以約束引用類型、不可類型具有默認(rèn)構(gòu)造函數(shù)。

Specifically, any type defined as Nullable(Of T) wasn't allowed to be optional.

特別定義NullableOfT任何類型允許是可。

Use nullable types to represent things that exist or do not exist depending on the circumstance.

根據(jù)具體環(huán)境使用類型表示存在存在事物。

The nullability property of arithmetic operators over floating point data type is always nullable.

浮點(diǎn)數(shù)據(jù)類型執(zhí)行運(yùn)算算術(shù)運(yùn)算符性屬性始終。

Assign a value to a nullable type just as you would for an ordinary value type, for example int?

可以null類型方法一般類型方法相同int?

In this case, define the field to be a nullable type instead of a value type.

這種情況下字段定義類型不是類型。

Though most Rails developers do not like to keep constraints in the database, you should consider things like nullable columns.

雖然大多數(shù)Rails開發(fā)人員喜歡數(shù)據(jù)庫保留限制,應(yīng)該考慮這樣事情。

The as operator must be used with a reference type or nullable type ('int' is a non-nullable value type).

as運(yùn)算符必須引用類型null類型一起使用(“int不可null類型)。

You can declare variables and properties with nullable types, and you can declare an array with elements of a nullable type.

可以類型聲明變量屬性,可以類型元素聲明數(shù)組。

If there is no default value and the column is not nullable, the server will return an error and an exception will be thrown.

如果沒有默認(rèn)不可,服務(wù)器返回錯誤,此時引發(fā)異常。

You can also use the classes and methods of the System. Reflection namespace to generate Type objects that represent Nullable types.

可以使用System.Reflection命名空間方法生成表示可以null類型Type對象。

In the lower right part of the section, set all key columns of the output link to non-nullable by selecting No in the nullable column.

部分側(cè),通過選擇No所有輸出鏈接關(guān)鍵設(shè)置。

Indicates whether the current Nullable object is equal to a specified object.

指示當(dāng)前Nullable對象是否等于指定對象

Columns in the view select list can be nullable or not nullable.

視圖選擇列表可以,可以

You store a value in a variable or property of a nullable type in the normal way.

常規(guī)方式存儲類型變量屬性。

Calling GetType on a Nullable type causes a boxing operation to be performed when the type is implicitly converted to Object.

如果類型調(diào)用GetType,類型隱式轉(zhuǎn)換Object執(zhí)行裝箱操作。

True - then boxing takes place, but only the underlying type that the nullable object is based upon is boxed.

發(fā)生裝箱過程對象基于基礎(chǔ)類型裝箱。

For this constraint to execute, the foreign key columns must be nullable.

若要執(zhí)行約束,必須。

If the column is NULLABLE, any number of NULLs can be inserted in that column.

如果可以包含NULL,可以在此插入任意數(shù)量NULL。

Therefore you cannot use is to determine whether a variable is a Nullable type.

因此,不能使用is確定變量是否類型。

If the return type of the method is nullable, the distinguished null value for the type is returned.

如果方法返回類型可以,返回類型突出默認(rèn)

Nullable types are a special case of generic types.

Null類型泛型類型特例。

The Nullable class provides complementary support for the Nullable structure.

NullableNullable結(jié)構(gòu)提供補(bǔ)充支持。

True clears all columns except the declared primary key, nullable columns with no default, and unique key columns.

清除聲明、沒有默認(rèn)并且以及唯一以外所有。

Invokes a transform function on each element of a sequence and returns the maximum nullable Int32 value.

調(diào)用序列每個元素轉(zhuǎn)換函數(shù)返回Int32最大

In this example, no one is allowed to update or insert into that column, which is also marked as unique and not nullable.

,允許任何人更新插入同樣標(biāo)記唯一不得。

There is one major concern regarding this second strategy: in order for it to work, you must set all non-shared columns to NULLABLE.

關(guān)于第二策略,一個需要重點(diǎn)考慮地方為了工作,必須所有共享設(shè)置NULLABLE。

The metadata API also provides the ability to define nullable columns, establish primary keys, and set-up relationships between tables.

元數(shù)據(jù)API提供了定義可以能力,設(shè)置之間關(guān)系。

ANSI_NULL defaults are always on for ALTER COLUMN; if not specified, the column is nullable.

對于ALTERCOLUMN,ANSI_NULL默認(rèn)值始終ON;如果沒有指定,。

The value returned for this column is different from the value returned for the NULLABLE column.

返回NULLABLE返回不同。

The expression may be a null value if the parameter is nullable.

如果參數(shù),表達(dá)可能

If the target column is not nullable, the insert or update action fails and the user receives an error.

如果目標(biāo)不可,插入更新操作失敗,用戶收到錯誤消息

For an example of when you might use a nullable type, consider how an ordinary Boolean variable can have two values: true and false.

有關(guān)可能使用可以null類型示例,請考慮普通布爾變量如何能夠具有兩個truefalse。

Nullable types are useful when working with databases and other data structures that may contain elements that contain no specific values.

使用數(shù)據(jù)庫其他可能包含含有具體元素數(shù)據(jù)結(jié)構(gòu),可以使用類型。

Previously , the code would allow default behavior to occur when handling nullable fields .

以前,代碼允許處理采用缺省行為。

If a column is nullable and there is no explicit default value set, NULL becomes the implicit default value of the column.

如果某個,并且設(shè)置顯式默認(rèn)使用NULL作為隱式默認(rèn)

Correctly generate Update statements for nullable columns.

能夠正確生成Update語句。

熱門查詢