ExtendedProperties 属性

Represents a collection of ExtendedProperty objects. Each ExtendedProperty object represents an extended property defined on an object.

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

语法

声明
ReadOnly Property ExtendedProperties As ExtendedPropertyCollection
    Get
用法
Dim instance As IExtendedProperties
Dim value As ExtendedPropertyCollection

value = instance.ExtendedProperties
ExtendedPropertyCollection ExtendedProperties { get; }
property ExtendedPropertyCollection^ ExtendedProperties {
    ExtendedPropertyCollection^ get ();
}
abstract ExtendedProperties : ExtendedPropertyCollection
function get ExtendedProperties () : ExtendedPropertyCollection

属性值

类型:Microsoft.SqlServer.Management.Smo. . :: . .ExtendedPropertyCollection
An ExtendedPropertyCollection object that represents all the extended properties defined on the object.