QueryNotification.CopyTo 메서드
Copies a QueryNotification object to the specified object.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Function CopyTo ( _
obj As QueryNotification _
) As QueryNotification
‘사용 방법
Dim instance As QueryNotification
Dim obj As QueryNotification
Dim returnValue As QueryNotification
returnValue = instance.CopyTo(obj)
public QueryNotification CopyTo(
QueryNotification obj
)
public:
QueryNotification^ CopyTo(
QueryNotification^ obj
)
member CopyTo :
obj:QueryNotification -> QueryNotification
public function CopyTo(
obj : QueryNotification
) : QueryNotification
매개 변수
- obj
유형: Microsoft.AnalysisServices.QueryNotification
The object you are copying to.
반환 값
유형: Microsoft.AnalysisServices.QueryNotification
The QueryNotification object copied to.