RegSvrSmoObject Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Inizializza una nuova istanza dell'oggetto RegSvrSmoObject .
Overload
| Nome | Descrizione |
|---|---|
| RegSvrSmoObject() |
Inizializza una nuova istanza dell'oggetto RegSvrSmoObject . |
| RegSvrSmoObject(RegSvrCollectionBase, String) |
Inizializza una nuova istanza dell'oggetto RegSvrSmoObject in base alla colonna genitore e al nome specificati. |
RegSvrSmoObject()
Inizializza una nuova istanza dell'oggetto RegSvrSmoObject .
protected public:
RegSvrSmoObject();
protected internal RegSvrSmoObject();
Protected Friend Sub New ()
Commenti
Il costruttore predefinito inizializza qualsiasi campo ai valori predefiniti.
Si applica a
RegSvrSmoObject(RegSvrCollectionBase, String)
Inizializza una nuova istanza dell'oggetto RegSvrSmoObject in base alla colonna genitore e al nome specificati.
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)
Parametri
- parentColl
- RegSvrCollectionBase
Un RegSvrCollectionBase oggetto che specifica l'oggetto genitore.