Propriedade do RDL DataQualityOperationCreateRequest.KnowledgebaseId
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the knowledge base identifier.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<MessageBodyMemberAttribute> _
Public Property KnowledgebaseId As Long
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Int64
The knowledge base identifier.
Consulte também
Referência
DataQualityOperationCreateRequest Classe
Namespace Microsoft.MasterDataServices.Services.MessageContracts