Campo SystemSettingGroups
The system setting groups to update.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
Order := )> _
Public SystemSettingGroups As Collection(Of SystemSettingGroup)
'Uso
Dim instance As SystemSettingsUpdateRequest
Dim value As Collection(Of SystemSettingGroup)
value = instance.SystemSettingGroups
instance.SystemSettingGroups = value
[MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )]
public Collection<SystemSettingGroup> SystemSettingGroups
[MessageBodyMemberAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )]
public:
Collection<SystemSettingGroup^>^ SystemSettingGroups
[<MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )>]
val mutable SystemSettingGroups: Collection<SystemSettingGroup>
public var SystemSettingGroups : Collection<SystemSettingGroup>
Consulte também