PartitionSchemeParameter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PartitionSchemeParameter() | |
PartitionSchemeParameter(SqlSmoObject, String) |
PartitionSchemeParameter()
public PartitionSchemeParameter ();
Public Sub New ()
Applies to
PartitionSchemeParameter(SqlSmoObject, String)
public PartitionSchemeParameter (Microsoft.SqlServer.Management.Smo.SqlSmoObject parent, string name);
new Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter : Microsoft.SqlServer.Management.Smo.SqlSmoObject * string -> Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter
Public Sub New (parent As SqlSmoObject, name As String)
Parameters
- parent
- SqlSmoObject
- name
- String