Condividi tramite


ObjectReference.PartitionID Property

Gets or sets the partition identifier for the object referenced.

Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintassi

'Dichiarazione
Public Property PartitionID As String
public string PartitionID { get; set; }
public:
property String^ PartitionID {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_PartitionID ()

/** @property */
public void set_PartitionID (String value)
public function get PartitionID () : String

public function set PartitionID (value : String)

Valore proprietà

A partition identifier.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

ObjectReference Class
ObjectReference Members
Microsoft.AnalysisServices Namespace