ExtendedProperties 屬性
Represents a collection of ExtendedProperty objects. Each ExtendedProperty object represents an extended property defined on the PartitionScheme object.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(ExtendedProperty))> _
Public ReadOnly Property ExtendedProperties As ExtendedPropertyCollection
Get
'用途
Dim instance As PartitionScheme
Dim value As ExtendedPropertyCollection
value = instance.ExtendedProperties
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(ExtendedProperty))]
public ExtendedPropertyCollection ExtendedProperties { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny,
typeof(ExtendedProperty))]
public:
property ExtendedPropertyCollection^ ExtendedProperties {
ExtendedPropertyCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(ExtendedProperty))>]
member ExtendedProperties : ExtendedPropertyCollection
function get ExtendedProperties () : ExtendedPropertyCollection
屬性值
型別:Microsoft.SqlServer.Management.Smo. . :: . .ExtendedPropertyCollection
An ExtendedPropertyCollection object that represents all the extended properties on the PartitionScheme object.