RegSvrSmoObject Constructors

Definition

Initializes a new instance of the RegSvrSmoObject object.

Overloads

RegSvrSmoObject()

Initializes a new instance of the RegSvrSmoObject object.

RegSvrSmoObject(RegSvrCollectionBase, String)

Initializes a new instance of the RegSvrSmoObject object based on the specified parent column and name.

RegSvrSmoObject()

Initializes a new instance of the RegSvrSmoObject object.

protected public:
 RegSvrSmoObject();
protected internal RegSvrSmoObject ();
Protected Friend Sub New ()

Remarks

The default constructor initializes any fields to their default values.

Applies to

RegSvrSmoObject(RegSvrCollectionBase, String)

Initializes a new instance of the RegSvrSmoObject object based on the specified parent column and name.

protected public:
 RegSvrSmoObject(Microsoft::SqlServer::Management::Smo::RegisteredServers::RegSvrCollectionBase ^ parentColl, System::String ^ name);
protected internal RegSvrSmoObject (Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrCollectionBase parentColl, string name);
new Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrSmoObject : Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrCollectionBase * string -> Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrSmoObject
Protected Friend Sub New (parentColl As RegSvrCollectionBase, name As String)

Parameters

parentColl
RegSvrCollectionBase

A RegSvrCollectionBase object that specifies the parent object.

name
String

A String value that specifies the name of the object.

Applies to