Propriété DataQualityOperationCreateRequest.KnowledgebaseId
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets the knowledge base identifier.
Espace de noms : Microsoft.MasterDataServices.Services.MessageContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<MessageBodyMemberAttribute> _
Public Property KnowledgebaseId As Long
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Int64
The knowledge base identifier.
Voir aussi
Référence
DataQualityOperationCreateRequest Classe
Espace de noms Microsoft.MasterDataServices.Services.MessageContracts