取得或設定這個附註的名稱。
命名空間: Microsoft.Data.Schema.SchemaModel
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
Property Name As ModelIdentifier
Get
Set
ModelIdentifier Name { get; set; }
property ModelIdentifier^ Name {
ModelIdentifier^ get ();
void set (ModelIdentifier^ value);
}
abstract Name : ModelIdentifier with get, set
function get Name () : ModelIdentifier
function set Name (value : ModelIdentifier)
屬性值
型別:Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Identifier 物件
備註
此附註的名稱可能會是 nullNull 參照 (即 Visual Basic 中的 Nothing)。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Data.Schema.SchemaModel 命名空間
Identifier