Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Observação: essa API está obsoleta.
The RegSvrSmoObject class is a class used in the construction Microsoft SQL Server registered server objects.
Hierarquia de herança
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
Namespace: Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly: Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)
Sintaxe
'Declaração
<ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")> _
Public MustInherit Class RegSvrSmoObject _
Inherits SmoObjectBase
'Uso
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
O tipo RegSvrSmoObject expõe os membros a seguir.
Construtores
| Nome | Descrição | |
|---|---|---|
![]() |
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. |
Início
Propriedades
| Nome | Descrição | |
|---|---|---|
![]() |
Name | Gets or sets the name of the object. |
![]() |
Properties | Gets the properties associated with the object. |
![]() |
State | Gets the state of the referenced object. (Herdado de SmoObjectBase.) |
![]() |
Urn | Gets the Urn object that represents the object. |
![]() |
UrnSkeleton | Gets the Urn object that represents the object. |
![]() |
UserData | Gets or sets user-defined data associated with the referenced object. (Herdado de SmoObjectBase.) |
Início
Métodos
| Nome | Descrição | |
|---|---|---|
![]() |
CheckObjectState | Checks the state of the object. |
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
ImplInitialize | Initializes the object. |
![]() |
Initialize | Initializes the object. |
![]() |
IsObjectInitialized | Gets a Boolean value that specifies whether the object was initialized. |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
Refresh | Refreshes the properties of the object. |
![]() |
SetParentImpl | Sets a parent. |
![]() |
ToString | (Herdado de Object.) |
![]() ![]() |
Trace | Sets a trace text. |
![]() |
UpdateObjectState | Gets the updated object state. |
![]() |
Validate | Validates the state of an object. (Herdado de SmoObjectBase.) |
Início
Comentários
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
Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo.RegisteredServers
.gif)
.gif)
.gif)
.gif)
.gif)