SystemPropertyValue.SystemPropertyType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the unique ID of the system property.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public SystemPropertyType SystemPropertyType { get; set; }
public:
[DataMemberAttribute]
property SystemPropertyType SystemPropertyType {
    SystemPropertyType get();
    void set(SystemPropertyType value);
}
[<DataMemberAttribute>]
member SystemPropertyType : SystemPropertyType with get, set
<DataMemberAttribute>
Public Property SystemPropertyType As SystemPropertyType

Property Value

Type: Microsoft.MasterDataServices.SystemPropertyType

One of the values of SystemPropertyType. Possible values are DatabaseMaxSizeMB and DatabaseUsedSizeMB.

See Also

SystemPropertyValue Class
Microsoft.MasterDataServices Namespace

Return to top