SqlModelFactory.Procedure(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of Procedure(String, String).
public static Azure.Connectors.Sdk.Sql.Models.Procedure Procedure(string name = default, string displayName = default);
static member Procedure : string * string -> Azure.Connectors.Sdk.Sql.Models.Procedure
Public Shared Function Procedure (Optional name As String = Nothing, Optional displayName As String = Nothing) As Procedure
Parameters
- name
- String
- displayName
- String