Share via


SqlWizard.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

属性值

已注册的属性字典。

适用于