Dela via


PartitionParameterType Class

Represents the parameter type in a CREATE PARTITION FUNCTION statement.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class PartitionParameterType _
    Inherits TSqlFragment _
    Implements ICollationSetter
'Usage
Dim instance As PartitionParameterType
[SerializableAttribute]
public class PartitionParameterType : TSqlFragment, 
    ICollationSetter
[SerializableAttribute]
public ref class PartitionParameterType : public TSqlFragment, 
    ICollationSetter
public class PartitionParameterType extends TSqlFragment implements ICollationSetter

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.PartitionParameterType

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PartitionParameterType Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace