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
'Usage
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)
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.
See Also
Reference
CreatePartitionFunctionStatement Class