CreatePartitionFunctionStatement.ParameterType プロパティ

省略可能なパラメータ型を取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property ParameterType As PartitionParameterType
'使用
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);
}
public function get ParameterType () : PartitionParameterType
public function set ParameterType (value : PartitionParameterType)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.PartitionParameterType
PartitionParameterType を返します。

参照

参照

CreatePartitionFunctionStatement クラス

CreatePartitionFunctionStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間