共用方式為


EntityDescriptor.ServerTypeName 屬性

取得或設定資料來源中實體所對應的型別名稱。

命名空間:  System.Data.Services.Client
組件:  Microsoft.Data.Services.Client (在 Microsoft.Data.Services.Client.dll 中)

語法

'宣告
Public Property ServerTypeName As String
    Get
    Friend Set
'用途
Dim instance As EntityDescriptor
Dim value As String

value = instance.ServerTypeName
public string ServerTypeName { get; internal set; }
public:
property String^ ServerTypeName {
    String^ get ();
    internal: void set (String^ value);
}
member ServerTypeName : string with get, internal set
function get ServerTypeName () : String
internal function set ServerTypeName (value : String)

屬性值

型別:System.String
資料型別名稱的字串。

請參閱

參考

EntityDescriptor 類別

System.Data.Services.Client 命名空間