Partition Constructor (String)
Initializes a new instance of the Partition class using System.String as the name of the partition.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Sub New ( _
name As String _
)
'Uso
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
)
Parámetros
- name
Tipo: System.String
A String containing the name of the partition.