PartitionID 屬性
Gets or sets the partition identifier for the object referenced.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Property PartitionID As String
Get
Set
'用途
Dim instance As ObjectReference
Dim value As String
value = instance.PartitionID
instance.PartitionID = value
public string PartitionID { get; set; }
public:
property String^ PartitionID {
String^ get ();
void set (String^ value);
}
member PartitionID : string with get, set
function get PartitionID () : String
function set PartitionID (value : String)
屬性值
型別:System. . :: . .String
A partition identifier.