ServerProperty.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

매개 변수

반환 값

유형: Microsoft.AnalysisServices.ServerProperty
The ServerProperty object copied to.

참고 항목

참조

ServerProperty 클래스

Microsoft.AnalysisServices 네임스페이스