CopyTo 方法
Copies a ServerProperty object to the specified object.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Function CopyTo ( _
obj As ServerProperty _
) As ServerProperty
'用途
Dim instance As ServerProperty
Dim obj As ServerProperty
Dim returnValue As ServerProperty
returnValue = instance.CopyTo(obj)
public ServerProperty CopyTo(
ServerProperty obj
)
public:
ServerProperty^ CopyTo(
ServerProperty^ obj
)
member CopyTo :
obj:ServerProperty -> ServerProperty
public function CopyTo(
obj : ServerProperty
) : ServerProperty
參數
- obj
型別:Microsoft.AnalysisServices. . :: . .ServerProperty
The object you are copying to.
傳回值
型別:Microsoft.AnalysisServices. . :: . .ServerProperty
The ServerProperty object copied to.