ServiceBrokerPayload.EndpointEncryption 속성
Gets or sets the state of encryption for the Service Broker payload.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EndpointEncryption As EndpointEncryption
Get
Set
‘사용 방법
Dim instance As ServiceBrokerPayload
Dim value As EndpointEncryption
value = instance.EndpointEncryption
instance.EndpointEncryption = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public EndpointEncryption EndpointEncryption { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property EndpointEncryption EndpointEncryption {
EndpointEncryption get ();
void set (EndpointEncryption value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EndpointEncryption : EndpointEncryption with get, set
function get EndpointEncryption () : EndpointEncryption
function set EndpointEncryption (value : EndpointEncryption)
속성 값
유형: Microsoft.SqlServer.Management.Smo.EndpointEncryption
A EndpointEncryption value that specifies the state of encryption for the Service Broker payload.
예
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스