SystemPropertyValue.SystemPropertyType 属性

Gets or sets the unique ID of the system property.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property SystemPropertyType As SystemPropertyType
    Get
    Set
用法
Dim instance As SystemPropertyValue
Dim value As SystemPropertyType

value = instance.SystemPropertyType

instance.SystemPropertyType = value
[DataMemberAttribute]
public SystemPropertyType SystemPropertyType { get; set; }
[DataMemberAttribute]
public:
property SystemPropertyType SystemPropertyType {
    SystemPropertyType get ();
    void set (SystemPropertyType value);
}
[<DataMemberAttribute>]
member SystemPropertyType : SystemPropertyType with get, set
function get SystemPropertyType () : SystemPropertyType
function set SystemPropertyType (value : SystemPropertyType)

属性值

类型:Microsoft.MasterDataServices.SystemPropertyType
One of the values of SystemPropertyType. Possible values are DatabaseMaxSizeMB and DatabaseUsedSizeMB.

请参阅

参考

SystemPropertyValue 类

Microsoft.MasterDataServices 命名空间