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 命名空間