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
Public propertyStatic member DataType DataType relationship class of Parameter
Public propertyStatic member DefaultExpression DefaultExpression property class of Parameter
Public propertyStatic member IsMax IsMax property class of Parameter
Public propertyStatic member IsOutput IsOutput property class of Parameter
Public propertyStatic member Length Length property class of Parameter
Public propertyStatic member Precision Precision property class of Parameter
Public propertyStatic member ReadOnly ReadOnly property class of Parameter
Public propertyStatic member Scale Scale property class of Parameter
Public propertyStatic member TypeClass Type class for Parameter
Public propertyStatic member Varying Varying property class of Parameter
Public propertyStatic member XmlSchemaCollection XmlSchemaCollection relationship class of Parameter
Public propertyStatic member 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.

See Also

Reference

Microsoft.SqlServer.Dac.Model Namespace