ServiceBrokerLanguageSpecifier Class

Model schema container class for ServiceBrokerLanguageSpecifier

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.Model.ServiceBrokerLanguageSpecifier

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class ServiceBrokerLanguageSpecifier
'Usage
public static class ServiceBrokerLanguageSpecifier
public ref class ServiceBrokerLanguageSpecifier abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ServiceBrokerLanguageSpecifier =  class end
public final class ServiceBrokerLanguageSpecifier

The ServiceBrokerLanguageSpecifier type exposes the following members.

Properties

  Name Description
Public propertyStatic member AuthenticationCertificate AuthenticationCertificate relationship class of ServiceBrokerLanguageSpecifier
Public propertyStatic member EncryptionAlgorithmPart1 EncryptionAlgorithmPart1 property class of ServiceBrokerLanguageSpecifier
Public propertyStatic member EncryptionAlgorithmPart2 EncryptionAlgorithmPart2 property class of ServiceBrokerLanguageSpecifier
Public propertyStatic member EncryptionMode EncryptionMode property class of ServiceBrokerLanguageSpecifier
Public propertyStatic member MessageForwardingEnabled MessageForwardingEnabled property class of ServiceBrokerLanguageSpecifier
Public propertyStatic member MessageForwardSize MessageForwardSize property class of ServiceBrokerLanguageSpecifier
Public propertyStatic member TypeClass Type class for ServiceBrokerLanguageSpecifier
Public propertyStatic member UseCertificateFirst UseCertificateFirst property class of ServiceBrokerLanguageSpecifier
Public propertyStatic member WindowsAuthenticationMode WindowsAuthenticationMode property class of ServiceBrokerLanguageSpecifier

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dac.Model Namespace