ServiceBrokerPayload 멤버
The ServiceBrokerPayload object represents a SQL Server Service Broker payload.
ServiceBrokerPayload 형식은 다음 멤버를 노출합니다.
메서드
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
Certificate | Gets or sets the certificate that is used to encrypt the Service Broker payload. | |
EndpointAuthenticationOrder | Gets or sets the type of authentication and the order in which it is applied to the Service Broker payload. | |
EndpointEncryption | Gets or sets the state of encryption for the Service Broker payload. | |
EndpointEncryptionAlgorithm | Gets or sets an Endpoint Encryption Algorithm. | |
ExecuteForScalar | Gets or sets the Boolean property value that specifies whether the object is set to the execute for scalar option. (SqlSmoObject에서 상속됩니다.) | |
IsMessageForwardingEnabled | Gets or sets the Boolean property that specifies whether message forwarding is enabled on the Service Broker payload. | |
IsSystemObject | Gets or sets a Boolean specifying weather the object is a System Object. | |
IsTouched | Gets the Boolean property value that specifies whether the object properties have been updated but not yet persisted on the server. (SqlSmoObject에서 상속됩니다.) | |
MessageForwardingSize | Gets or sets the message forwarding size. | |
ObjectInSpace | Gets the Boolean property value that specifies whether the object exists in isolation, or whether it is directly or indirectly connected to the instance of SQL Server. (SqlSmoObject에서 상속됩니다.) | |
Parent | Gets or sets the Endpoint object that is the parent of the EndpointPayload object. (EndpointPayload에서 상속됩니다.) | |
Properties | Gets a collection of Property objects that represent the object properties. (SqlSmoObject에서 상속됩니다.) | |
ScalarResult | Gets the scalar result for the referenced object. (SqlSmoObject에서 상속됩니다.) | |
State | Gets the state of the referenced object. (SmoObjectBase에서 상속됩니다.) | |
Urn | Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (SqlSmoObject에서 상속됩니다.) | |
UserData | Gets or sets user-defined data associated with the referenced object. (SmoObjectBase에서 상속됩니다.) |
맨 위로 이동
이벤트
이름 | 설명 | |
---|---|---|
PropertyChanged | (SqlSmoObject에서 상속됩니다.) | |
PropertyMetadataChanged | (SqlSmoObject에서 상속됩니다.) |
맨 위로 이동
명시적 인터페이스 구현
이름 | 설명 | |
---|---|---|
IAlienObjectDiscover | (SqlSmoObject에서 상속됩니다.) | |
IAlienObjectGetParent | (SqlSmoObject에서 상속됩니다.) | |
IAlienObjectGetProperty | (SqlSmoObject에서 상속됩니다.) | |
ISfcPropertyProviderGetPropertySet | (SqlSmoObject에서 상속됩니다.) | |
IAlienObjectGetUrn | (SqlSmoObject에서 상속됩니다.) | |
IAlienObjectResolve | (SqlSmoObject에서 상속됩니다.) | |
IAlienObjectSetProperty | (SqlSmoObject에서 상속됩니다.) |
맨 위로 이동