ManagementPackDataWarehouseScript.UpgradeUnsupported Property
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
'Usage
Dim instance As ManagementPackDataWarehouseScript
Dim value As Nullable(Of Boolean)
value = instance.UpgradeUnsupported
instance.UpgradeUnsupported = value
Syntax
'Declaration
Public Property UpgradeUnsupported As Nullable(Of Boolean)
public Nullable<bool> UpgradeUnsupported { get; set; }
public:
property Nullable<bool> UpgradeUnsupported {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
/** @property */
public Nullable<boolean> get_UpgradeUnsupported ()
/** @property */
public void set_UpgradeUnsupported (Nullable<boolean> value)
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
Reference
ManagementPackDataWarehouseScript Class
ManagementPackDataWarehouseScript Members
Microsoft.EnterpriseManagement.Configuration Namespace