省略可能なパラメーターの型を取得または設定します。
名前空間: 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
省略可能なパラメーターの型。