次の方法で共有


PartitionFunction.Events プロパティ

パーティション関数に関連付けられたイベントを取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public ReadOnly Property Events As PartitionFunctionEvents 
    Get
'使用
Dim instance As PartitionFunction 
Dim value As PartitionFunctionEvents 

value = instance.Events
public PartitionFunctionEvents Events { get; }
public:
property PartitionFunctionEvents^ Events {
    PartitionFunctionEvents^ get ();
}
member Events : PartitionFunctionEvents
function get Events () : PartitionFunctionEvents

プロパティ値

型: Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents
パーティション関数に関連付けられたイベントを示す PartitionFunctionEvents オブジェクト。

使用例

ファイルとファイル グループを使用したデータの格納

関連項目

参照

PartitionFunction クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

CREATE PARTITION FUNCTION (Transact-SQL)