Parameter Class
Model schema container class for Parameter
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dac.Model.Parameter
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public NotInheritable Class Parameter
'Usage
public static class Parameter
public ref class Parameter abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Parameter = class end
public final class Parameter
The Parameter type exposes the following members.
Properties
Name | Description | |
---|---|---|
DataType | DataType relationship class of Parameter | |
DefaultExpression | DefaultExpression property class of Parameter | |
IsMax | IsMax property class of Parameter | |
IsOutput | IsOutput property class of Parameter | |
Length | Length property class of Parameter | |
Precision | Precision property class of Parameter | |
ReadOnly | ReadOnly property class of Parameter | |
Scale | Scale property class of Parameter | |
TypeClass | Type class for Parameter | |
Varying | Varying property class of Parameter | |
XmlSchemaCollection | XmlSchemaCollection relationship class of Parameter | |
XmlStyle | XmlStyle property class of Parameter |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.