ResultInfo 생성자 (IResultInfo)
Initializes a new instance of the ResultInfo class that is a copy of the specified ResultInfo object.
네임스페이스: Microsoft.SqlServer.Management.MultiServerConnection
어셈블리: Microsoft.SqlServer.Management.MultiServerConnection(Microsoft.SqlServer.Management.MultiServerConnection.dll)
구문
‘선언
Public Sub New ( _
other As IResultInfo _
)
‘사용 방법
Dim other As IResultInfo
Dim instance As New ResultInfo(other)
public ResultInfo(
IResultInfo other
)
public:
ResultInfo(
IResultInfo^ other
)
new :
other:IResultInfo -> ResultInfo
public function ResultInfo(
other : IResultInfo
)
매개 변수
- other
유형: Microsoft.SqlServer.Management.MultiServerConnection.IResultInfo
The ResultInfo object to copy.