PartitionScheme.ExtendedProperties プロパティ

ExtendedProperty オブジェクトのコレクションを表します。 各 ExtendedProperty オブジェクトは、PartitionScheme オブジェクトで定義されている拡張プロパティを表します。

名前空間:  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
PartitionScheme オブジェクトのすべての拡張プロパティを表す ExtendedPropertyCollection オブジェクトです。

使用例

テーブルおよびインデックスのパーティション分割の使用

関連項目

参照

PartitionScheme クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

CREATE PARTITION SCHEME (Transact-SQL)