SystemPropertyValue.SystemPropertyType プロパティ
システム プロパティの一意の ID を取得または設定します。
名前空間: 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
SystemPropertyType の値の 1 つ。有効値は、DatabaseMaxSizeMB と DatabaseUsedSizeMB です。