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.