Share via


RegSvrSmoObject Constructor (RegSvrCollectionBase, String)

Namespace: Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
Protected Friend Sub New ( _
    parentColl As RegSvrCollectionBase, _
    name As String _
)
protected internal RegSvrSmoObject (
    RegSvrCollectionBase parentColl,
    string name
)
protected public:
RegSvrSmoObject (
    RegSvrCollectionBase^ parentColl, 
    String^ name
)
protected RegSvrSmoObject (
    RegSvrCollectionBase parentColl, 
    String name
)
protected internal function RegSvrSmoObject (
    parentColl : RegSvrCollectionBase, 
    name : String
)

Parameters

  • parentColl
  • name

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

RegSvrSmoObject Class
RegSvrSmoObject Members
Microsoft.SqlServer.Management.Smo.RegisteredServers Namespace