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 Partition class using System.String as the name of the partition.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
'Usage
Dim name As String
Dim instance As New Partition(name)
public Partition(
string name
)
public:
Partition(
String^ name
)
new :
name:string -> Partition
public function Partition(
name : String
)
Parameters
- name
Type: System.String
A String containing the name of the partition.