SfcTsqlProcFormatter.SprocArg Constructors
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.
Overloads
SfcTsqlProcFormatter.SprocArg(String, Boolean) |
This constructor is used when a parameter is not a property on an object but will be provided during the call to GenerateScript as a RuntimeArg. |
SfcTsqlProcFormatter.SprocArg(String, Boolean, Boolean) |
This constructor is used when a parameter is not a property on an object but will be provided during the call to GenerateScript as a RuntimeArg. Output can be specified here |
SfcTsqlProcFormatter.SprocArg(String, String, Boolean, Boolean) |
SfcTsqlProcFormatter.SprocArg(String, Boolean)
This constructor is used when a parameter is not a property on an object but will be provided during the call to GenerateScript as a RuntimeArg.
public SprocArg (string name, bool required);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcTsqlProcFormatter.SprocArg : string * bool -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcTsqlProcFormatter.SprocArg
Public Sub New (name As String, required As Boolean)
Parameters
- name
- String
- required
- Boolean
Applies to
SfcTsqlProcFormatter.SprocArg(String, Boolean, Boolean)
This constructor is used when a parameter is not a property on an object but will be provided during the call to GenerateScript as a RuntimeArg. Output can be specified here
public SprocArg (string name, bool required, bool output);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcTsqlProcFormatter.SprocArg : string * bool * bool -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcTsqlProcFormatter.SprocArg
Public Sub New (name As String, required As Boolean, output As Boolean)
Parameters
- name
- String
- required
- Boolean
- output
- Boolean
Applies to
SfcTsqlProcFormatter.SprocArg(String, String, Boolean, Boolean)
public SprocArg (string name, string property, bool required, bool output);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcTsqlProcFormatter.SprocArg : string * string * bool * bool -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcTsqlProcFormatter.SprocArg
Public Sub New (name As String, property As String, required As Boolean, output As Boolean)
Parameters
- name
- String
- property
- String
- required
- Boolean
- output
- Boolean