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.