Udostępnij za pośrednictwem


Właściwość MetadataResultOptions.Models

Pobiera lub ustawia typ Model wyniki do zwrotu.

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

Składnia

'Deklaracja
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Models As ResultType
    Get
    Set
'Użycie
Dim instance As MetadataResultOptions
Dim value As ResultType

value = instance.Models

instance.Models = value
[DataMemberAttribute(EmitDefaultValue = false)]
public ResultType Models { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property ResultType Models {
    ResultType get ();
    void set (ResultType value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Models : ResultType with get, set
function get Models () : ResultType
function set Models (value : ResultType)

Wartość właściwości

Typ: Microsoft.MasterDataServices.ResultType
Nowe wystąpienie typu ResultType.Możliwe wartości są szczegóły, identyfikatory lub None.