Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Holds an arbitrary categorized data collection that can be attached to DataSchemaModel.
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.SchemaModel.CustomSchemaData
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class CustomSchemaData
[SerializableAttribute]
public sealed class CustomSchemaData
[SerializableAttribute]
public ref class CustomSchemaData sealed
[<Sealed>]
[<SerializableAttribute>]
type CustomSchemaData = class end
public final class CustomSchemaData
The CustomSchemaData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CustomSchemaData(CustomSchemaData) | Initializes a new instance of the CustomSchemaData class by using an existing instance. |
![]() |
CustomSchemaData(String, String) | Initializes a new instance of the CustomSchemaData class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Category | Gets the category of this data. |
![]() |
DataType | Gets the data type. |
![]() |
MetadataNames | Gets a collection of metadata names. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetMetadata | Returns the value that is associated with a metadata name. |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MatchesTypeAndCategory | Returns a value that indicates whether the specified category and type match this. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
RemoveMetadata | Removes a corresponding metadata value from a collection. |
![]() |
SetMetadata | Adds or resets a named metadata value to a collection. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.