Condividi tramite


Classe RegSvrSmoObject

Nota: questa API è obsoleta.

The RegSvrSmoObject class is a class used in the construction Microsoft SQL Server registered server objects.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Management.Smo.SmoObjectBase
    Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrSmoObject
      Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer
      Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupBase

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Sintassi

'Dichiarazione
<ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")> _
Public MustInherit Class RegSvrSmoObject _
    Inherits SmoObjectBase
'Utilizzo
Dim instance As RegSvrSmoObject
[ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")]
public abstract class RegSvrSmoObject : SmoObjectBase
[ObsoleteAttribute(L"Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")]
public ref class RegSvrSmoObject abstract : public SmoObjectBase
[<AbstractClassAttribute>]
[<ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")>]
type RegSvrSmoObject =  
    class 
        inherit SmoObjectBase 
    end
public abstract class RegSvrSmoObject extends SmoObjectBase

Nel tipo RegSvrSmoObject sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo protetto RegSvrSmoObject() Initializes a new instance of the RegSvrSmoObject object.
Metodo protetto RegSvrSmoObject(RegSvrCollectionBase, String) Initializes a new instance of the RegSvrSmoObject object based on the specified parent column and name.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Name Gets or sets the name of the object.
Proprietà pubblica Properties Gets the properties associated with the object.
Proprietà pubblica State Gets the state of the referenced object. Ereditato da SmoObjectBase.
Proprietà pubblica Urn Gets the Urn object that represents the object.
Proprietà protetta UrnSkeleton Gets the Urn object that represents the object.
Proprietà pubblica UserData Gets or sets user-defined data associated with the referenced object. Ereditato da SmoObjectBase.

In alto

Metodi

  Nome Descrizione
Metodo protetto CheckObjectState Checks the state of the object.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto ImplInitialize Initializes the object.
Metodo pubblico Initialize Initializes the object.
Metodo protetto IsObjectInitialized Gets a Boolean value that specifies whether the object was initialized.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico Refresh Refreshes the properties of the object.
Metodo protetto SetParentImpl Sets a parent.
Metodo pubblico ToString Ereditato da Object.
Metodo protettoMembro statico Trace Sets a trace text.
Metodo protetto UpdateObjectState Gets the updated object state.
Metodo pubblico Validate Validates the state of an object. Ereditato da SmoObjectBase.

In alto

Osservazioni

To get or set RegSvrSmoObject object properties, users must be a member of the db_owner fixed database role or the sysadmin fixed server role.

To initialize or refresh the object, users must be a member of the db_owner fixed database role or the sysadmin fixed server role.

Thread Safety

Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Smo.RegisteredServers

Altre risorse

Gestione dei server registrati

sp_ActiveDirectory_Obj (Transact-SQL)