PartitionParameterType.DataType 属性

获取或设置参数类型。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property DataType As DataType
    Get
    Set
public DataType DataType { get; set; }
public:
property DataType^ DataType {
    DataType^ get ();
    void set (DataType^ value);
}
member DataType : DataType with get, set
function get DataType () : DataType
function set DataType (value : DataType)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.DataType
返回一个 DataType

.NET Framework 安全性

请参见

参考

PartitionParameterType 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间