MetadataGetRequest Class
Selects metadata objects at the specified level of detail.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.MetadataGetRequest
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<MessageContractAttribute(WrapperName := "MetadataGetRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class MetadataGetRequest
'Usage
Dim instance As MetadataGetRequest
[MessageContractAttribute(WrapperName = "MetadataGetRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class MetadataGetRequest
[MessageContractAttribute(WrapperName = L"MetadataGetRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class MetadataGetRequest
[<MessageContractAttribute(WrapperName = "MetadataGetRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type MetadataGetRequest = class end
public class MetadataGetRequest
The MetadataGetRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MetadataGetRequest() | Initializes a new instance of the MetadataGetRequest class that has default values. | |
MetadataGetRequest(International, MetadataResultOptions, MetadataSearchCriteria) | Initializes a new instance of the MetadataGetRequest class that has the specified cultural settings, result options, and search criteria. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
International | The cultural settings. | |
ResultOptions | Determines the level of information to retrieve. | |
SearchCriteria | Determines the metadata objects to retrieve. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.