StringExtendedProperty Class
Definition
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.
Represents a ExtendedProperty with a String value.
public class StringExtendedProperty : Microsoft.AnalysisServices.Tabular.ExtendedProperty
type StringExtendedProperty = class
inherit ExtendedProperty
Public Class StringExtendedProperty
Inherits ExtendedProperty
- Inheritance
Remarks
This metadata object is only supported when the compatibility level of the database is at 1400 or above.
Constructors
StringExtendedProperty() |
Create a new instance of the StringExtendedProperty class with default settings.. |
Properties
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. (Inherited from ExtendedProperty) |
Name |
Gets or Sets the Name of this object. (Inherited from ExtendedProperty) |
Object |
A reference to the object that owns this ExtendedProperty. (Inherited from ExtendedProperty) |
ObjectType |
Gets the type of the object. (Inherited from ExtendedProperty) |
Parent |
Parent object, null for Model objects. (Inherited from ExtendedProperty) |
Type |
The type of the value. Possible values are as follows. String (1): The data in this value is a Raw String. Json (2): The data in this value is a Json. (Inherited from ExtendedProperty) |
Value |
Missing comment |
Methods
Clone() |
Creates a new, full copy of a ExtendedProperty object. (Inherited from ExtendedProperty) |
CopyFrom(ExtendedProperty) |
Obsolete.
Deprecated. Use CopyTo method instead. (Inherited from ExtendedProperty) |
CopyTo(ExtendedProperty) |
Copies a ExtendedProperty object to the specified object. (Inherited from ExtendedProperty) |
Rename(String) |
Obsolete.
Deprecated. Use RequestRename method instead. (Inherited from ExtendedProperty) |
RequestRename(String) |
Request rename of this object. (Inherited from ExtendedProperty) |
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) |