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
)
參數
propertyName
類型:System.String屬性名稱。
傳回值
true如果屬性移除執行內容。否則, false。