IVsDataParameterDescriptor 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示數據參數的相關信息。
public interface class IVsDataParameterDescriptor
public interface IVsDataParameterDescriptor
type IVsDataParameterDescriptor = interface
Public Interface IVsDataParameterDescriptor
- 衍生
屬性
IsDerived |
取得值,指出這個數據參數是否衍生自命令。 |
IsNullable |
取得值,指出這個數據參數是否可以包含 Null 值。 |
IsOptional |
取得值,指出這個數據參數是否為選擇性參數。 |