共用方式為


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 命名空間