Costruttore Partition (String)
Initializes a new instance of the Partition class using System.String as the name of the partition.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
name As String _
)
'Utilizzo
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
)
Parametri
- name
Tipo: System.String
A String containing the name of the partition.