Synonym.Events 属性

Gets the events that are supported by the synonym.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property Events As SynonymEvents 
    Get
用法
Dim instance As Synonym 
Dim value As SynonymEvents 

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

属性值

类型:Microsoft.SqlServer.Management.Smo.SynonymEvents
A SynonymEvents object value that specifies the events supported by the synonym.

示例

使用同义词

请参阅

参考

Synonym 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

CREATE SYNONYM (Transact-SQL)