Udostępnij za pośrednictwem


Konstruktor SystemPropertiesGetResponse (OperationResult, Collection<SystemPropertyValue>)

Inicjuje nowe wystąpienie SystemPropertiesGetResponse klasy, która ma wynik określonej operacji i listę właściwości systemu.

Przestrzeń nazw:  Microsoft.MasterDataServices
Zestaw:  Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)

Składnia

'Deklaracja
Public Sub New ( _
    OperationResult As OperationResult, _
    SystemProperties As Collection(Of SystemPropertyValue) _
)
'Użycie
Dim OperationResult As OperationResult
Dim SystemProperties As Collection(Of SystemPropertyValue)

Dim instance As New SystemPropertiesGetResponse(OperationResult, _
    SystemProperties)
public SystemPropertiesGetResponse(
    OperationResult OperationResult,
    Collection<SystemPropertyValue> SystemProperties
)
public:
SystemPropertiesGetResponse(
    OperationResult^ OperationResult, 
    Collection<SystemPropertyValue^>^ SystemProperties
)
new : 
        OperationResult:OperationResult * 
        SystemProperties:Collection<SystemPropertyValue> -> SystemPropertiesGetResponse
public function SystemPropertiesGetResponse(
    OperationResult : OperationResult, 
    SystemProperties : Collection<SystemPropertyValue>
)

Parametry