注釈の名前を取得または設定します。
名前空間 : Microsoft.Data.Schema.SchemaModel
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Public Property Name As ModelStore..::.Identifier
'使用
Dim instance As ModelStore..::.Annotation
Dim value As ModelStore..::.Identifier
value = instance.Name
instance.Name = value
public ModelStore..::.Identifier Name { get; set; }
public:
virtual property ModelStore..::.Identifier^ Name {
ModelStore..::.Identifier^ get () sealed;
void set (ModelStore..::.Identifier^ value) sealed;
}
public final function get Name () : ModelStore..::.Identifier
public final function set Name (value : ModelStore..::.Identifier)
プロパティ値
型 : Microsoft.Data.Schema.SchemaModel.ModelStore.Identifier