共用方式為


IExecutionContext.UndefineProperty 方法

移除執行內容的屬性。

命名空間:  Microsoft.BusinessData.Runtime
組件:  Microsoft.BusinessData (在 Microsoft.BusinessData.dll 中)

語法

'宣告
Function UndefineProperty ( _
    propertyName As String _
) As Boolean
'用途
Dim instance As IExecutionContext
Dim propertyName As String
Dim returnValue As Boolean

returnValue = instance.UndefineProperty(propertyName)
bool UndefineProperty(
    string propertyName
)

參數

傳回值

類型:System.Boolean

true如果屬性移除執行內容。否則, false。

請參閱

參照

IExecutionContext 介面

IExecutionContext 成員

Microsoft.BusinessData.Runtime 命名空間