ExecutionDateSpecified 屬性
取得或設定值,指出是否已指定 ExecutionDate 屬性。
命名空間: ReportService2005
組件: ReportService2005 (在 ReportService2005.dll 中)
語法
'宣告
Public Property ExecutionDateSpecified As Boolean
Get
Set
'用途
Dim instance As CatalogItem
Dim value As Boolean
value = instance.ExecutionDateSpecified
instance.ExecutionDateSpecified = value
public bool ExecutionDateSpecified { get; set; }
public:
property bool ExecutionDateSpecified {
bool get ();
void set (bool value);
}
member ExecutionDateSpecified : bool with get, set
function get ExecutionDateSpecified () : boolean
function set ExecutionDateSpecified (value : boolean)
屬性值
型別:System. . :: . .Boolean
如果 ExecutionDate 屬性應該包含在 Web 服務呼叫中,則為 true,否則為 false。預設值是 false。