Share via


DataQualityOperationCreateRequest.KnowledgebaseId Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the knowledge base identifier.

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<MessageBodyMemberAttribute> _
Public Property KnowledgebaseId As Long 
    Get 
    Set
'Usage
Dim instance As DataQualityOperationCreateRequest 
Dim value As Long 

value = instance.KnowledgebaseId

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

Property Value

Type: System.Int64
The knowledge base identifier.

See Also

Reference

DataQualityOperationCreateRequest Class

Microsoft.MasterDataServices.Services.MessageContracts Namespace