다음을 통해 공유


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 네임스페이스