다음을 통해 공유


CopyTo 메서드

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
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