Share via


IVsDataParameterDescriptor 介面

定義

表示數據參數的相關信息。

public interface class IVsDataParameterDescriptor
public interface IVsDataParameterDescriptor
type IVsDataParameterDescriptor = interface
Public Interface IVsDataParameterDescriptor
衍生

屬性

IsDerived

取得值,指出這個數據參數是否衍生自命令。

IsNullable

取得值,指出這個數據參數是否可以包含 Null 值。

IsOptional

取得值,指出這個數據參數是否為選擇性參數。

適用於