QueryNotification.CopyTo Yöntemi
Kopya bir QueryNotification nesnesi belirtilen nesne.
Ad Alanı: Microsoft.AnalysisServices
Derleme: Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)
Sözdizimi
'Bildirim
Public Function CopyTo ( _
obj As QueryNotification _
) As QueryNotification
'Kullanım
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
Parametreler
- obj
Tür: Microsoft.AnalysisServices.QueryNotification
Nesne kopyalama.
Dönüş Değeri
Tür: Microsoft.AnalysisServices.QueryNotification
QueryNotification Kopyalanan nesneyi.