次の方法で共有


Knowledgebase.Id プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

ナレッジ ベース識別子を取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<DataMemberAttribute> _
Public Property Id As Long 
    Get 
    Set
'使用
Dim instance As Knowledgebase 
Dim value As Long 

value = instance.Id

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

プロパティ値

型: System.Int64
ナレッジ ベース識別子です。

関連項目

参照

Knowledgebase クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間