次の方法で共有


StagingBatchInformation.ModelName プロパティ

ステージング バッチのモデルの名前を取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<DataMemberAttribute> _
Public Property ModelName As String 
    Get 
    Set
'使用
Dim instance As StagingBatchInformation 
Dim value As String 

value = instance.ModelName

instance.ModelName = value
[DataMemberAttribute]
public string ModelName { get; set; }
[DataMemberAttribute]
public:
property String^ ModelName {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member ModelName : string with get, set
function get ModelName () : String 
function set ModelName (value : String)

プロパティ値

型: System.String
ステージング バッチのモデルの名前。

関連項目

参照

StagingBatchInformation クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間