共用方式為


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