次の方法で共有


StagingBatchInformation.VersionName プロパティ

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

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

構文

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

value = instance.VersionName

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

プロパティ値

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

関連項目

参照

StagingBatchInformation クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間