Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the annotation name.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property Name As ModelIdentifier
public ModelIdentifier Name { get; set; }
public:
virtual property ModelIdentifier^ Name {
ModelIdentifier^ get () sealed;
void set (ModelIdentifier^ value) sealed;
}
abstract Name : ModelIdentifier with get, set
override Name : ModelIdentifier with get, set
final function get Name () : ModelIdentifier
final function set Name (value : ModelIdentifier)
Property Value
Type: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
The name of the annotation.
Implements
.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.