SqlSmoObject.Properties 属性

Gets a collection of Property objects that represent the object properties.

命名空间:  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
A PropertyCollection object value that specifies the collection of properties associated with the object.

示例

设置属性

请参阅

参考

SqlSmoObject 类

Microsoft.SqlServer.Management.Smo 命名空间