Construtor RegSvrSmoObject
Initializes a new instance of the RegSvrSmoObject object.
Namespace: Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly: Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)
Sintaxe
'Declaração
Protected Friend Sub New
'Uso
Dim instance As New RegSvrSmoObject()
protected internal RegSvrSmoObject()
protected public:
RegSvrSmoObject()
new : unit -> RegSvrSmoObject
function RegSvrSmoObject()
Comentários
The default constructor initializes any fields to their default values.
Consulte também