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.
Gets or sets the name of this annotation.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Property Name As ModelStore.Identifier
'Usage
Dim instance As IModelAnnotation
Dim value As ModelStore.Identifier
value = instance.Name
instance.Name = value
ModelStore.Identifier Name { get; set; }
property ModelStore.Identifier^ Name {
ModelStore.Identifier^ get ();
void set (ModelStore.Identifier^ value);
}
function get Name () : ModelStore.Identifier
function set Name (value : ModelStore.Identifier)
Property Value
Type: Microsoft.Data.Schema.SchemaModel.ModelStore.Identifier
Remarks
The name of this annotation might be null.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.