ExecutionDateSpecified 属性
获取或设置一个值,该值指示是否指定 ExecutionDate 属性。
命名空间: ReportService2006
程序集: ReportService2006(在 ReportService2006.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
如果应该在 Web 服务调用中包括 ExecutionDate 属性,则为 true;否则为 false。默认值为 false。