다음을 통해 공유


IReadOnlyStoredProcedure.GetStoreIdentifier 메서드

정의

이 저장 프로시저의 저장소 식별자를 반환합니다.

public virtual Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier? GetStoreIdentifier ();
abstract member GetStoreIdentifier : unit -> Nullable<Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier>
override this.GetStoreIdentifier : unit -> Nullable<Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier>
Public Overridable Function GetStoreIdentifier () As Nullable(Of StoreObjectIdentifier)

반환

저장소 식별자입니다. null 해당 저장소 개체가 없으면 입니다.

적용 대상