IDesigner.GetInputs 메서드

분포 또는 데이터 생성기에 대한 입력 설명자를 가져옵니다.

네임스페이스:  Microsoft.Data.Schema.Tools.DataGenerator
어셈블리:  Microsoft.Data.Schema.Tools(Microsoft.Data.Schema.Tools.dll)

구문

‘선언
Function GetInputs As InputDescriptor()
InputDescriptor[] GetInputs()
array<InputDescriptor^>^ GetInputs()
abstract GetInputs : unit -> InputDescriptor[] 
function GetInputs() : InputDescriptor[]

반환 값

형식: array<Microsoft.Data.Schema.Tools.DataGenerator.InputDescriptor[]
InputDescriptor 인스턴스의 배열입니다.

설명

데이터 생성기 엔진에서는 디자인 타임에 이 메서드를 호출합니다.

각 입력 설명자는 분포에서 InputAttribute로 데코레이팅된 속성을 나타냅니다. 각 설명자에는 자신이 나타내는 속성 이름을 사용하여 키가 지정됩니다.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

IDesigner 인터페이스

Microsoft.Data.Schema.Tools.DataGenerator 네임스페이스

InputDescriptor

InputAttribute