다음을 통해 공유


EntityStoreSchemaGenerator(String, String, String) 생성자

정의

EntityStoreSchemaGenerator 클래스의 새 인스턴스를 초기화합니다.

public:
 EntityStoreSchemaGenerator(System::String ^ providerInvariantName, System::String ^ connectionString, System::String ^ namespaceName);
public EntityStoreSchemaGenerator (string providerInvariantName, string connectionString, string namespaceName);
new System.Data.Entity.Design.EntityStoreSchemaGenerator : string * string * string -> System.Data.Entity.Design.EntityStoreSchemaGenerator
Public Sub New (providerInvariantName As String, connectionString As String, namespaceName As String)

매개 변수

providerInvariantName
String

공급자의 고정 이름입니다.

connectionString
String

데이터베이스를 여는 데 사용되는 연결입니다.

namespaceName
String

SSDL(저장소 스키마 정의 언어)의 네임스페이스 이름입니다.

적용 대상