ISql100EventSession.MaxDispatchLatencySeconds 属性

获取或设置最大调度滞后,以秒为单位。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Property MaxDispatchLatencySeconds As Integer
    Get
    Set
int MaxDispatchLatencySeconds { get; set; }
property int MaxDispatchLatencySeconds {
    int get ();
    void set (int value);
}
abstract MaxDispatchLatencySeconds : int with get, set
function get MaxDispatchLatencySeconds () : int
function set MaxDispatchLatencySeconds (value : int)

属性值

类型:System.Int32

备注

“0”表示无限延迟。

.NET Framework 安全性

请参见

参考

ISql100EventSession 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间