PartitionParameterType.DataType 属性

Gets or sets the parameter type.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property DataType As DataTypeReference 
    Get 
    Set
用法
Dim instance As PartitionParameterType 
Dim value As DataTypeReference 

value = instance.DataType

instance.DataType = value
public DataTypeReference DataType { get; set; }
public:
property DataTypeReference^ DataType {
    DataTypeReference^ get ();
    void set (DataTypeReference^ value);
}
member DataType : DataTypeReference with get, set
function get DataType () : DataTypeReference 
function set DataType (value : DataTypeReference)

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.DataTypeReference
The parameter type.

请参阅

参考

PartitionParameterType 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间