다음을 통해 공유


StoreObjectIdentifier.InsertStoredProcedure(String, String) 메서드

정의

삽입 저장 프로시저 ID를 만듭니다.

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

매개 변수

name
String

저장 프로시저 이름입니다.

schema
String

저장 프로시저 스키마입니다.

반환

저장 프로시저 ID입니다.

적용 대상