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.