ResultInfo Constructor (IResultInfo)
Initializes a new instance of the ResultInfo class that is a copy of the specified ResultInfo object.
Namespace: Microsoft.SqlServer.Management.MultiServerConnection
Assembly: Microsoft.SqlServer.Management.MultiServerConnection (in Microsoft.SqlServer.Management.MultiServerConnection.dll)
Syntax
'Declaration
Public Sub New ( _
other As IResultInfo _
)
'Usage
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
)
Parameters
- other
Type: Microsoft.SqlServer.Management.MultiServerConnection.IResultInfo
The ResultInfo object to copy.