IExtendedProperties 接口

The IExtendedProperties class is an interface that represents the collection of extended properties associated with an object.

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

语法

声明
Public Interface IExtendedProperties
用法
Dim instance As IExtendedProperties
public interface IExtendedProperties
public interface class IExtendedProperties
type IExtendedProperties =  interface end
public interface IExtendedProperties

IExtendedProperties 类型公开以下成员。

属性

  名称 说明
公共属性 ExtendedProperties Represents a collection of ExtendedProperty objects. Each ExtendedProperty object represents an extended property defined on an object.

页首

注释

Thread Safety

此类型的任何公共静态(Microsoft Visual Basic 中的 Shared)成员在多线程操作中是安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间