다음을 통해 공유


RegSvrSmoObject 클래스

참고: 이 API는 더 이상 사용되지 않습니다.

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

네임스페이스:  Microsoft.SqlServer.Management.Smo.RegisteredServers
어셈블리:  Microsoft.SqlServer.SmoExtended(Microsoft.SqlServer.SmoExtended.dll)

구문

‘선언
<ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")> _
Public MustInherit Class RegSvrSmoObject _
    Inherits SmoObjectBase
‘사용 방법
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

RegSvrSmoObject 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
보호된 메서드 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.

맨 위로 이동

속성

  이름 설명
공용 속성 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. (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. (SmoObjectBase에서 상속됨)

맨 위로 이동

메서드

  이름 설명
보호된 메서드 CheckObjectState Checks the state of the object.
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 ImplInitialize Initializes the object.
공용 메서드 Initialize Initializes the object.
보호된 메서드 IsObjectInitialized Gets a Boolean value that specifies whether the object was initialized.
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 Refresh Refreshes the properties of the object.
보호된 메서드 SetParentImpl Sets a parent.
공용 메서드 ToString (Object에서 상속됨)
보호된 메서드정적 멤버 Trace Sets a trace text.
보호된 메서드 UpdateObjectState Gets the updated object state.
공용 메서드 Validate Validates the state of an object. (SmoObjectBase에서 상속됨)

맨 위로 이동

주의

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

이 유형의 모든 public static(Microsoft Visual Basic의 경우 공유) 멤버는 다중 스레드 작업을 수행하기에 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.