次の方法で共有


DataSourceFieldMapping.FieldName プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

データ ソース フィールド マッピング名を取得または設定します。

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

構文

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

value = instance.FieldName

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

プロパティ値

型: System.String
データ ソース フィールド マッピングの名前です。

関連項目

参照

DataSourceFieldMapping クラス

Microsoft.MasterDataServices 名前空間