Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the partitions used in the store.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.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>
function get PartitionsAlternate () : Dictionary<Object, Partition>
Property Value
Type: System.Collections.Generic.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.