RemoteArgumentKind Wyliczenie

Definicja

Określa rodzaj argumentu, który RemoteArgument reprezentuje.

public enum class RemoteArgumentKind
public enum RemoteArgumentKind
type RemoteArgumentKind = 
Public Enum RemoteArgumentKind
Dziedziczenie
RemoteArgumentKind

Pola

Contract 3

Obiekt RemoteArgument reprezentuje element IContract.

Intrinsic 1

Element RemoteArgument reprezentuje wewnętrzny typ danych.

IntrinsicArray 2

Reprezentuje RemoteArgument element Array zawierający elementy wewnętrznego typu danych.

Missing 0

Element RemoteArgument reprezentuje Missing wartość. Jest to wartość domyślna właściwości RemoteArgumentKind .

Uwagi

Wyliczenie RemoteArgumentKind jest używane przez RemoteArgument.RemoteArgumentKind właściwość .

Typ danych wewnętrznych to typ danych pierwotnych (czyli Type.IsPrimitive właściwość typu to true) lub String, Decimal, DateTimelub DBNull.

Dotyczy