StoreObjectIdentifier.InsertStoredProcedure(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立插入預存程式識別碼。
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
預存程式架構。
傳回
預存程式識別碼。