Model schema container class for Parameter
继承层次结构
System.Object
Microsoft.SqlServer.Dac.Model.Parameter
命名空间: Microsoft.SqlServer.Dac.Model
程序集: Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)
语法
声明
Public NotInheritable Class Parameter
用法
public static class Parameter
public ref class Parameter abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Parameter = class end
public final class Parameter
Parameter 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() ![]() |
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 |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。