CreatePartitionFunctionStatement.ParameterType Property
Gets or sets the optional parameter type.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property ParameterType As PartitionParameterType
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)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.PartitionParameterType
Returns a PartitionParameterType.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.