ParameterBindingInfo 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含參數系結的相關資訊。
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct ParameterBindingInfo
public readonly struct ParameterBindingInfo
[<System.Runtime.CompilerServices.IsReadOnly>]
type ParameterBindingInfo = struct
type ParameterBindingInfo = struct
Public Structure ParameterBindingInfo
- 繼承
-
ParameterBindingInfo
- 屬性
備註
如需詳細資訊和範例 ,請參閱具有建構函式的實體類型 。
建構函式
屬性
EntityType |
這個系結的實體類型。 |
InstanceName |
要具體化之實例的名稱。 |
MaterializationContextExpression |
參數值將來自其中的運算式樹狀結構。 |
QueryTrackingBehavior |
查詢追蹤行為,如果 |
ServiceInstances |
保留服務屬性之初始化實例的運算式。 |
StructuralType |
這個系結的實體或複雜類型。 |
方法
GetValueBufferIndex(IPropertyBase) |
取得可找到屬性值之 的 ValueBuffer 索引。 |