SPConnectionParametersDictionary class
提供Specialized混合字典,其包含的SPRowToParametersTransformer用來連接 Web 組件轉換時,傳送到消費者 Web 組件的資料值。
Inheritance hierarchy
System.Object
System.Collections.Specialized.HybridDictionary
Microsoft.SharePoint.WebPartPages.SPConnectionParametersDictionary
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public NotInheritable Class SPConnectionParametersDictionary _
Inherits HybridDictionary
'用途
Dim instance As SPConnectionParametersDictionary
public sealed class SPConnectionParametersDictionary : HybridDictionary
備註
轉換程式用來將資料從提供者網頁組件轉換成不同消費者 Web 組件所預期的格式。轉換程式需要兩個 Web 組件與已建立的連線。
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.