Constructeur ResultInfo (IResultInfo)
Initializes a new instance of the ResultInfo class that is a copy of the specified ResultInfo object.
Espace de noms : Microsoft.SqlServer.Management.MultiServerConnection
Assembly : Microsoft.SqlServer.Management.MultiServerConnection (en Microsoft.SqlServer.Management.MultiServerConnection.dll)
Syntaxe
'Déclaration
Public Sub New ( _
other As IResultInfo _
)
'Utilisation
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
)
Paramètres
- other
Type : Microsoft.SqlServer.Management.MultiServerConnection. . :: . .IResultInfo
The ResultInfo object to copy.