BrokerServiceExtender 클래스

Exposes Service Broker service methods and properties in addition to the methods and properties of the BrokerService object.

이 API는 CLS 규격이 아닙니다. 

상속 계층

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectExtender<BrokerService>
    Microsoft.SqlServer.Management.Smo.SmoObjectExtender<BrokerService>
      Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceExtender

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

구문

‘선언
<CLSCompliantAttribute(False)> _
Public Class BrokerServiceExtender _
    Inherits SmoObjectExtender(Of BrokerService) _
    Implements ISfcValidate
‘사용 방법
Dim instance As BrokerServiceExtender
[CLSCompliantAttribute(false)]
public class BrokerServiceExtender : SmoObjectExtender<BrokerService>, 
    ISfcValidate
[CLSCompliantAttribute(false)]
public ref class BrokerServiceExtender : public SmoObjectExtender<BrokerService^>, 
    ISfcValidate
[<CLSCompliantAttribute(false)>]
type BrokerServiceExtender =  
    class 
        inherit SmoObjectExtender<BrokerService>
        interface ISfcValidate 
    end
public class BrokerServiceExtender extends SmoObjectExtender<BrokerService> implements ISfcValidate

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

생성자

  이름 설명
공용 메서드 BrokerServiceExtender() Initializes a new instance of the BrokerServiceExtender class.
공용 메서드 BrokerServiceExtender(BrokerService) Initializes a new instance of the BrokerServiceExtender class and associates it with an instance of the BrokerService class.

맨 위로 이동

속성

  이름 설명
공용 속성 Name Gets or sets the name of the Service Broker service associated with the BrokerServiceExtender object.
보호된 속성 Parent 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcObjectExtender<TSfcInstance>에서 상속됨)
공용 속성 ServiceContractMappings Gets a collection of contracts that are mapped to the Service Broker service.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
보호된 메서드 GetParentSfcPropertySet Returns an instance of the parent objects property set. (SmoObjectExtender<T>에서 상속됨)
공용 메서드 GetPropertySet 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcObjectExtender<TSfcInstance>에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
보호된 메서드 OnPropertyChanged Raises the PropertyChanged event when it has any subscriber. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcObjectExtender<TSfcInstance>에서 상속됨)
보호된 메서드 OnPropertyMetadataChanged 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcObjectExtender<TSfcInstance>에서 상속됨)
보호된 메서드 parent_PropertyChanged 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcObjectExtender<TSfcInstance>에서 상속됨)
보호된 메서드 parent_PropertyMetadataChanged Indicates the parent object in the PropertyMetadata. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcObjectExtender<TSfcInstance>에서 상속됨)
보호된 메서드 RegisterParentProperty Registers the property of the parent that has not been included in properties collection. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcObjectExtender<TSfcInstance>에서 상속됨)
보호된 메서드 RegisterProperty(PropertyInfo) Registers an additional reflected property. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcObjectExtender<TSfcInstance>에서 상속됨)
보호된 메서드 RegisterProperty(PropertyInfo, String) 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcObjectExtender<TSfcInstance>에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)
공용 메서드 Validate Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

맨 위로 이동

이벤트

  이름 설명
공용 이벤트 PropertyChanged 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcObjectExtender<TSfcInstance>에서 상속됨)
공용 이벤트 PropertyMetadataChanged 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcObjectExtender<TSfcInstance>에서 상속됨)

맨 위로 이동

주의

Thread Safety

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

스레드 보안

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

참고 항목

참조

Microsoft.SqlServer.Management.Smo.Broker 네임스페이스