Initializes a new instance of the MetadataCreateRequest class that has the specified cultural settings, metadata, and object.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
Public Sub New ( _
International As International, _
Metadata As Metadata, _
ReturnCreatedIdentifiers As Boolean _
)
用法
Dim International As International
Dim Metadata As Metadata
Dim ReturnCreatedIdentifiers As Boolean
Dim instance As New MetadataCreateRequest(International, _
Metadata, ReturnCreatedIdentifiers)
public MetadataCreateRequest(
International International,
Metadata Metadata,
bool ReturnCreatedIdentifiers
)
public:
MetadataCreateRequest(
International^ International,
Metadata^ Metadata,
bool ReturnCreatedIdentifiers
)
new :
International:International *
Metadata:Metadata *
ReturnCreatedIdentifiers:bool -> MetadataCreateRequest
public function MetadataCreateRequest(
International : International,
Metadata : Metadata,
ReturnCreatedIdentifiers : boolean
)
参数
- International
类型:Microsoft.MasterDataServices.International
The cultural settings.
- Metadata
类型:Microsoft.MasterDataServices.Metadata
The metadata to create.
- ReturnCreatedIdentifiers
类型:System.Boolean
Indicates whether the object should be returned with the newly generated ID.