ServiceContractMappings 属性

命名空间:  Microsoft.SqlServer.Management.Smo.Broker
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<ExtendedPropertyAttribute> _
Public ReadOnly Property ServiceContractMappings As ServiceContractMappingCollection
    Get
用法
Dim instance As BrokerServiceExtender
Dim value As ServiceContractMappingCollection

value = instance.ServiceContractMappings
[ExtendedPropertyAttribute]
public ServiceContractMappingCollection ServiceContractMappings { get; }
[ExtendedPropertyAttribute]
public:
property ServiceContractMappingCollection^ ServiceContractMappings {
    ServiceContractMappingCollection^ get ();
}
[<ExtendedPropertyAttribute>]
member ServiceContractMappings : ServiceContractMappingCollection
function get ServiceContractMappings () : ServiceContractMappingCollection