Construtor Partition (String)
Initializes a new instance of the Partition class using System.String as the name of the partition.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
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.
Consulte também