Compartilhar via


Mapping.SchemaId property

Obtém ou define a identificação de esquema interno do proprietário desse mapeamento.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Property SchemaId As Integer
    Get
    Set
'Uso
Dim instance As Mapping
Dim value As Integer

value = instance.SchemaId

instance.SchemaId = value
public int SchemaId { get; set; }

Property value

Type: System.Int32

Ver também

Referência

Mapping class

Mapping members

Microsoft.Office.Server.Search.Administration namespace