次の方法で共有


DataResultBase.EnableSQLCommandLogging プロパティ (Microsoft.SharePoint.Portal.WebControls)

名前空間: Microsoft.SharePoint.Portal.WebControls
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)

構文

'宣言
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
<DefaultValueAttribute(False)> _
Public Property EnableSQLCommandLogging As Boolean
'使用
Dim instance As DataResultBase
Dim value As Boolean

value = instance.EnableSQLCommandLogging

instance.EnableSQLCommandLogging = value
[WebPartStorageAttribute(Storage.Shared)] 
[BrowsableAttribute(false)] 
[DefaultValueAttribute(false)] 
public bool EnableSQLCommandLogging { get; set; }

関連項目

参照

DataResultBase クラス
DataResultBase メンバ
Microsoft.SharePoint.Portal.WebControls 名前空間