Clase MetadataResultOptions
Specifies the results of a metadata get operation to return.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.MetadataResultOptions
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<DataContractAttribute(Name := "MetadataResultOptions", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class MetadataResultOptions _
Inherits DataContractBase
'Uso
Dim instance As MetadataResultOptions
[DataContractAttribute(Name = "MetadataResultOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MetadataResultOptions : DataContractBase
[DataContractAttribute(Name = L"MetadataResultOptions", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class MetadataResultOptions : public DataContractBase
[<DataContractAttribute(Name = "MetadataResultOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MetadataResultOptions =
class
inherit DataContractBase
end
public class MetadataResultOptions extends DataContractBase
El tipo MetadataResultOptions expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
MetadataResultOptions | Initializes a new instance of the MetadataResultOptions class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AttributeGroups | Gets or sets the type of AttributeGroup results to return. | |
Attributes | Gets or sets the type of Attribute results to return. | |
DerivedHierarchies | Gets or sets the type of DerivedHierarchy results to return. | |
DerivedHierarchyLevels | Gets or sets the type of DerivedHierarchyLevel results to return. | |
Entities | Gets or sets the type of Entity results to return. | |
ExplicitHierarchies | Gets or sets the type of ExplicitHierarchy results to return. | |
ExtensionData | Gets or sets the structure that contains extra data. (Se hereda de DataContractBase.) | |
MemberTypes | Gets or sets the type of MemberType results to return. | |
Models | Gets or sets the type of Model results to return. | |
VersionFlags | Gets or sets the type of VersionFlag results to return. | |
Versions | Gets or sets the type of Version results to return. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.