Gets or sets a Boolean value that determines whether the data is upgradeable. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As ManagementPackDataWarehouseScript
Dim value As Nullable(Of Boolean)

value = instance.UpgradeUnsupported

instance.UpgradeUnsupported = value

Syntax

Visual Basic
Public Property UpgradeUnsupported As Nullable(Of Boolean)
C#
public Nullable<bool> UpgradeUnsupported { get; set; }
C++
public:
property Nullable<bool> UpgradeUnsupported {
		Nullable<bool> get ();
		void set (Nullable<bool> value);
}
J#
/** @property */
public Nullable<boolean> get_UpgradeUnsupported ()

/** @property */
public void set_UpgradeUnsupported (Nullable<boolean> value)
JScript
public function get UpgradeUnsupported () : Nullable<boolean>

public function set UpgradeUnsupported (value : Nullable<boolean>)

Property Value

true if the data cannot be upgraded; otherwise, false.

Thread Safety

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

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also