Share via


TaskForm.Properties 属性

定义

获取或设置任务窗体的属性。

public:
 property Microsoft::SqlServer::Management::RegisteredPropertyDictionary ^ Properties { Microsoft::SqlServer::Management::RegisteredPropertyDictionary ^ get(); void set(Microsoft::SqlServer::Management::RegisteredPropertyDictionary ^ value); };
public Microsoft.SqlServer.Management.RegisteredPropertyDictionary Properties { get; set; }
member this.Properties : Microsoft.SqlServer.Management.RegisteredPropertyDictionary with get, set
Public Property Properties As RegisteredPropertyDictionary

属性值

任务窗体的属性。

适用于