Copies a TableNotification object to the specified object.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Function CopyTo ( _
obj As TableNotification _
) As TableNotification
'用途
Dim instance As TableNotification
Dim obj As TableNotification
Dim returnValue As TableNotification
returnValue = instance.CopyTo(obj)
public TableNotification CopyTo(
TableNotification obj
)
public:
TableNotification^ CopyTo(
TableNotification^ obj
)
member CopyTo :
obj:TableNotification -> TableNotification
public function CopyTo(
obj : TableNotification
) : TableNotification
參數
- obj
型別:Microsoft.AnalysisServices.TableNotification
The object you are copying to.
傳回值
型別:Microsoft.AnalysisServices.TableNotification
The TableNotification object copied to.