この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
フィールド名を取得します。値の設定も可能です。
名前空間: Microsoft.MasterDataServices.Services.DataContracts
アセンブリ: Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.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
フィールドの名前です。