Store.PartitionsAlternate Property
Gets the partitions used in the store.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public ReadOnly Property PartitionsAlternate As Dictionary(Of Object, Partition)
public Dictionary<Object, Partition> PartitionsAlternate { get; }
public:
property Dictionary<Object^, Partition^>^ PartitionsAlternate {
Dictionary<Object^, Partition^>^ get ();
}
member PartitionsAlternate : Dictionary<Object, Partition> with get
function get PartitionsAlternate () : Dictionary<Object, Partition>
Property Value
Type: Dictionary<Object, Partition>
A list of Partition objects (that use the AlternateKey) used in the store.
Remarks
This collection is maintained by setting the property on the AlternateKey value of the Partition object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.