共用方式為


ConnectionRunAt enumeration

NOTE: This API is now obsolete.

指定 [網頁組件連線介面的實作可以執行伺服器上或呈現用戶端指令碼。

Namespace:  Microsoft.SharePoint.WebPartPages.Communication
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<ObsoleteAttribute("Use ConnectionProvider or ConnectionConsumer attribute to create ConnectionPoint instead.")> _
Public Enumeration ConnectionRunAt
'用途
Dim instance As ConnectionRunAt
[ObsoleteAttribute("Use ConnectionProvider or ConnectionConsumer attribute to create ConnectionPoint instead.")]
public enum ConnectionRunAt

Members

Member name Description
None Obsolete. 表示介面實作目前不支援的連線。
Server Obsolete. 指出介面實作可以在伺服器上執行連線的程式碼
Client Obsolete. 指示介面實作可能會導致連線的用戶端指令碼。
ServerAndClient Obsolete. 表示介面實作可以在伺服器上執行連線的程式碼,且可以呈現連線的用戶端指令碼

請參閱

參照

Microsoft.SharePoint.WebPartPages.Communication namespace