Share via


Properties 属性

获取表示对象属性的 Property 对象的集合。

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property Properties As SqlPropertyCollection
    Get
用法
Dim instance As SqlSmoObject
Dim value As SqlPropertyCollection

value = instance.Properties
public SqlPropertyCollection Properties { get; }
public:
property SqlPropertyCollection^ Properties {
    SqlPropertyCollection^ get ();
}
member Properties : SqlPropertyCollection
function get Properties () : SqlPropertyCollection

属性值

类型:Microsoft.SqlServer.Management.Smo. . :: . .SqlPropertyCollection
一个 PropertyCollection 对象值,指定与该对象关联的属性的集合。

示例

设置属性