RegisteredPropertyDictionary.Property 属性

定义

获取或设置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 的财产。

属性

适用于