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