IVsDataParameterDescriptor 인터페이스

정의

데이터 매개 변수에 대한 정보를 나타냅니다.

public interface class IVsDataParameterDescriptor
public interface IVsDataParameterDescriptor
type IVsDataParameterDescriptor = interface
Public Interface IVsDataParameterDescriptor
파생

속성

IsDerived

이 데이터 매개 변수가 명령에서 파생되었는지 여부를 나타내는 값을 가져옵니다.

IsNullable

이 데이터 매개 변수에 null 값이 포함될 수 있는지 여부를 나타내는 값을 가져옵니다.

IsOptional

이 데이터 매개 변수가 선택적 매개 변수인지 여부를 나타내는 값을 가져옵니다.

적용 대상