CreatePartitionFunctionStatement.ParameterType 属性

获取或设置可选参数类型。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

CreatePartitionFunctionStatement 类

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