Partager via


Propriété EntityDescriptor.ServerTypeName

Obtient ou définit le nom du type dans la source de données à laquelle l'entité est mappée.

Espace de noms :  System.Data.Services.Client
Assembly :  Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)

Syntaxe

'Déclaration
Public Property ServerTypeName As String
    Get
    Friend Set
'Utilisation
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)

Valeur de propriété

Type : System.String
Chaîne représentant le nom du type de données.

Voir aussi

Référence

EntityDescriptor Classe

Espace de noms System.Data.Services.Client