Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the PartitionSchemeParameter class for the specified object with the specified name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub New ( _
parent As SqlSmoObject, _
name As String _
)
'Usage
Dim parent As SqlSmoObject
Dim name As String
Dim instance As New PartitionSchemeParameter(parent, _
name)
public PartitionSchemeParameter(
SqlSmoObject parent,
string name
)
public:
PartitionSchemeParameter(
SqlSmoObject^ parent,
String^ name
)
new :
parent:SqlSmoObject *
name:string -> PartitionSchemeParameter
public function PartitionSchemeParameter(
parent : SqlSmoObject,
name : String
)
Parameters
- parent
Type: Microsoft.SqlServer.Management.Smo.SqlSmoObject
A SqlSmoObject that specifies the object for which to create the partition scheme parameter.
- name
Type: System.String
A String value that specifies the name of the partition scheme parameter.
Examples
Using Filegroups and Files to Store Data
See Also
Reference
PartitionSchemeParameter Class
PartitionSchemeParameter Overload
Microsoft.SqlServer.Management.Smo Namespace