MetadataGetRequest Class

 

Selects metadata objects at the specified level of detail.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

System::Object
  Microsoft.MasterDataServices::MetadataGetRequest

[MessageContractAttribute(WrapperName = "MetadataGetRequest", 
	WrapperNamespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
	IsWrapped = true)]
public ref class MetadataGetRequest 

NameDescription
System_CAPS_pubmethodMetadataGetRequest()

Initializes a new instance of the MetadataGetRequest class that has default values.

System_CAPS_pubmethodMetadataGetRequest(International^, MetadataResultOptions^, MetadataSearchCriteria^)

Initializes a new instance of the MetadataGetRequest class that has the specified cultural settings, result options, and search criteria.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldInternational

The cultural settings.

System_CAPS_pubfieldResultOptions

Determines the level of information to retrieve.

System_CAPS_pubfieldSearchCriteria

Determines the metadata objects to retrieve.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: