MetadataCreateRequest Class

 

Defines the message contract for the metadata create request.

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

System::Object
  Microsoft.MasterDataServices::MetadataCreateRequest

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

NameDescription
System_CAPS_pubmethodMetadataCreateRequest()

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

System_CAPS_pubmethodMetadataCreateRequest(International^, Metadata^, Boolean)

Initializes a new instance of the MetadataCreateRequest class that has the specified cultural settings, metadata, and object.

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_pubfieldMetadata

The metadata to create.

System_CAPS_pubfieldReturnCreatedIdentifiers

Indicates whether the object should be returned with the newly generated ID.

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: