CreatePartitionFunctionStatement.ParameterType 属性

Gets or sets the optional parameter type.

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

语法

声明
Public Property ParameterType As PartitionParameterType 
    Get 
    Set
用法
Dim instance As CreatePartitionFunctionStatement 
Dim value As PartitionParameterType 

value = instance.ParameterType

instance.ParameterType = value
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.SqlServer.TransactSql.ScriptDom.PartitionParameterType
The optional parameter type.

请参阅

参考

CreatePartitionFunctionStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间