SfcTsqlProcFormatter.SprocArg Struct
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.
public struct SfcTsqlProcFormatter.SprocArg
type SfcTsqlProcFormatter.SprocArg = struct
Public Structure SfcTsqlProcFormatter.SprocArg
- Inheritance
-
SfcTsqlProcFormatter.SprocArg
Constructors
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, 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, String, Boolean, Boolean) |
Fields
argName | |
output | |
property | |
required |