Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the RegSvrSmoObject object based on the specified parent column and name.
Espace de noms : Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly : Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
Protected Friend Sub New ( _
parentColl As RegSvrCollectionBase, _
name As String _
)
'Utilisation
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
)
Paramètres
- parentColl
Type : Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrCollectionBase
A RegSvrCollectionBase object that specifies the parent object.
- name
Type : System.String
A String value that specifies the name of the object.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo.RegisteredServers