LinguisticMetadata Class

Definition

Holds synonym information for the Tabular model. It is a child of a Culture object.

public sealed class LinguisticMetadata : Microsoft.AnalysisServices.Tabular.MetadataObject
type LinguisticMetadata = class
    inherit MetadataObject
Public NotInheritable Class LinguisticMetadata
Inherits MetadataObject
Inheritance
LinguisticMetadata

Constructors

LinguisticMetadata()

Create a new instance of the LinguisticMetadata class with default settings.

Properties

Annotations

Gets the collection object of all annotations in the current LinguisticMetadata.

Content

A string that contains the natural language synonyms.

ContentType

Specifies the type of the linguistic metadata from the Content property. E.g. XML or JSON.

Culture

A reference to a Culture object that owns this LinguisticMetadata object.

ExtendedProperties

Gets the collection object of all extendedproperties in the current LinguisticMetadata.

IsRemoved

A Boolean specifying whether this object was removed from an object tree.

(Inherited from MetadataObject)
Model

Gets the Tabular model that contains this object.

(Inherited from MetadataObject)
ModifiedTime

The time that the object was last modified.

ObjectType

Gets the type of the object.

Parent

Parent object, null for Model objects.

Methods

Clone()

Creates a new, full copy of a LinguisticMetadata object.

CopyFrom(LinguisticMetadata)
Obsolete.

Deprecated. Use CopyTo method instead.

CopyTo(LinguisticMetadata)

Copies a LinguisticMetadata object to the specified object.

Validate()

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

(Inherited from MetadataObject)

Applies to