ServerEvent.AlterPartitionFunction プロパティ
イベント セットに含めることができるサーバー イベントを取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Shared ReadOnly Property AlterPartitionFunction As ServerEvent
Get
'使用
Dim value As ServerEvent
value = ServerEvent.AlterPartitionFunction
public static ServerEvent AlterPartitionFunction { get; }
public:
static property ServerEvent^ AlterPartitionFunction {
ServerEvent^ get ();
}
static member AlterPartitionFunction : ServerEvent
static function get AlterPartitionFunction () : ServerEvent
プロパティ値
型: Microsoft.SqlServer.Management.Smo.ServerEvent
サーバー イベント セットに含めることができる AlterPartitionFunction イベントを表す ServerEvent オブジェクトです。