RegSvrSmoObject Constructor
Initializes a new instance of the RegSvrSmoObject object.
Namespace: Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Protected Friend Sub New
'Usage
Dim instance As New RegSvrSmoObject()
protected internal RegSvrSmoObject()
protected public:
RegSvrSmoObject()
new : unit -> RegSvrSmoObject
function RegSvrSmoObject()
Remarks
The default constructor initializes any fields to their default values.
See Also
Reference
Microsoft.SqlServer.Management.Smo.RegisteredServers Namespace