다음을 통해 공유


TableNotification.CopyTo 메서드

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

매개 변수

반환 값

유형: Microsoft.AnalysisServices.TableNotification
The TableNotification object copied to.

참고 항목

참조

TableNotification 클래스

Microsoft.AnalysisServices 네임스페이스