ServerRole.Events プロパティ
このサーバー ロールに関連付けられている ServerRoleEvents オブジェクトを取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public ReadOnly Property Events As ServerRoleEvents
Get
'使用
Dim instance As ServerRole
Dim value As ServerRoleEvents
value = instance.Events
public ServerRoleEvents Events { get; }
public:
property ServerRoleEvents^ Events {
ServerRoleEvents^ get ();
}
member Events : ServerRoleEvents
function get Events () : ServerRoleEvents
プロパティ値
型: Microsoft.SqlServer.Management.Smo.ServerRoleEvents
このサーバー ロールに関連付けられている ServerRoleEvents オブジェクトです。