Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets a value that indicates whether the metadata store upgrade can be performed.
Namespace: Microsoft.Synchronization.MetadataStorage
Assembly: Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)
Syntax
'Declaration
Public Property SkipUpgrade As Boolean
Get
Set
'Usage
Dim instance As UpgradeStartEventArgs
Dim value As Boolean
value = instance.SkipUpgrade
instance.SkipUpgrade = value
public bool SkipUpgrade { get; set; }
public:
property bool SkipUpgrade {
bool get ();
void set (bool value);
}
member SkipUpgrade : bool with get, set
function get SkipUpgrade () : boolean
function set SkipUpgrade (value : boolean)
Property Value
Type: System.Boolean
true when the metadata store upgrade cannot be performed. Otherwise, false.