IDtsLogProviderUI.IsEnumerable 属性

定义

表示用户界面是模态式还是可枚举式。

public:
 property bool IsEnumerable { bool get(); };
public bool IsEnumerable { get; }
member this.IsEnumerable : bool
Public ReadOnly Property IsEnumerable As Boolean

属性值

true表示可枚举;如果是模态,则为假。

适用于