RegisteredPropertyDictionary.Property 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 PropertyDictionary 的属性。
public:
property cli::array <Microsoft::SqlServer::Management::RegisteredProperty ^> ^ Property { cli::array <Microsoft::SqlServer::Management::RegisteredProperty ^> ^ get(); void set(cli::array <Microsoft::SqlServer::Management::RegisteredProperty ^> ^ value); };
[System.Xml.Serialization.XmlElement("Property")]
public Microsoft.SqlServer.Management.RegisteredProperty[] Property { get; set; }
[<System.Xml.Serialization.XmlElement("Property")>]
member this.Property : Microsoft.SqlServer.Management.RegisteredProperty[] with get, set
Public Property Property As RegisteredProperty()
属性值
PropertyDictionary 的属性。
- 属性