Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the Partition, with the specified name, from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function FindByName ( _
name As String _
) As Partition
'Usage
Dim instance As PartitionCollection
Dim name As String
Dim returnValue As Partition
returnValue = instance.FindByName(name)
public Partition FindByName(
string name
)
public:
Partition^ FindByName(
String^ name
)
member FindByName :
name:string -> Partition
public function FindByName(
name : String
) : Partition
Parameters
- name
Type: System.String
The name of the Partition to be returned.
Return Value
Type: Microsoft.AnalysisServices.Partition
The Partition if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).