Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Initializes a new instance of the RegSvrSmoObject object based on the specified parent column and name.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Sintassi
'Dichiarazione
Protected Friend Sub New ( _
parentColl As RegSvrCollectionBase, _
name As String _
)
'Utilizzo
Dim parentColl As RegSvrCollectionBase
Dim name As String
Dim instance As New RegSvrSmoObject(parentColl, _
name)
protected internal RegSvrSmoObject(
RegSvrCollectionBase parentColl,
string name
)
protected public:
RegSvrSmoObject(
RegSvrCollectionBase^ parentColl,
String^ name
)
new :
parentColl:RegSvrCollectionBase *
name:string -> RegSvrSmoObject
function RegSvrSmoObject(
parentColl : RegSvrCollectionBase,
name : String
)
Parametri
- parentColl
Tipo: Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrCollectionBase
A RegSvrCollectionBase object that specifies the parent object.
- name
Tipo: System.String
A String value that specifies the name of the object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Smo.RegisteredServers