ReportParameter.NullableSpecified 屬性

定義

取得或設定一個值,指示該屬性是否 Nullable 被指定。

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

屬性值

trueNullable 該屬性應包含在網路服務呼叫中;否則,則 false。 預設值為 false

備註

欲了解更多關於省略屬性的資訊,請參閱「 可選網路服務物件的省略值」。

適用於