다음을 통해 공유


StoreObjectIdentifier.View(String, String) 메서드

정의

뷰 ID를 만듭니다.

public static Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier View (string name, string schema);
public static Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier View (string name, string? schema = default);
static member View : string * string -> Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier
Public Shared Function View (name As String, schema As String) As StoreObjectIdentifier
Public Shared Function View (name As String, Optional schema As String = Nothing) As StoreObjectIdentifier

매개 변수

name
String

뷰 이름입니다.

schema
String

뷰 스키마입니다.

반환

뷰 ID입니다.

적용 대상