CustomJsonProperty<TOwner> Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A base class for custom properties that represents a JSON object as a collection of distinct properties.
public abstract class CustomJsonProperty<TOwner> where TOwner : MetadataObject
type CustomJsonProperty<'Owner (requires 'Owner :> MetadataObject)> = class
Public MustInherit Class CustomJsonProperty(Of TOwner)
- TOwner
The type of MetadataObject that is the owner of the custom property.
- Inheritance
-
CustomJsonProperty<TOwner>
- Derived
Is |
Gets an indication if the custom-property object is empty. |
Item[String] |
Get and set the value in the automatic aggregation options. Null denotes missing key, setting value to null means to remove the key. |
Parse |
Parse a json string |
To |
Format object as string |
To |
Format object as string |
Produit | Versions |
---|---|
Analysis Services SDK for .NET | latest |