DataParameter.IsDerived 속성

가져옵니다는 Boolean 현재 매개 변수는 데이터 소스에서 파생 된 여부를 나타내는 값입니다.

네임스페이스:  Microsoft.VisualStudio.Data.Framework
어셈블리:  Microsoft.VisualStudio.Data.Framework(Microsoft.VisualStudio.Data.Framework.dll)

구문

‘선언
Public ReadOnly Property IsDerived As Boolean
public bool IsDerived { get; }
public:
virtual property bool IsDerived {
    bool get () sealed;
}
abstract IsDerived : bool with get 
override IsDerived : bool with get
final function get IsDerived () : boolean

속성 값

형식: Boolean
true 지정된 된 매개 변수는 데이터 소스에서 파생 된 경우 그렇지 않으면 false.

구현

IVsDataParameterDescriptor.IsDerived

.NET Framework 보안

참고 항목

참조

DataParameter 클래스

Microsoft.VisualStudio.Data.Framework 네임스페이스