StateChangeEventAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 名称 | 说明 |
|---|---|
| StateChangeEventAttribute(String, String) |
ctor short |
| StateChangeEventAttribute(String, String, String) |
具有别名的函数 |
StateChangeEventAttribute(String, String)
ctor short
public StateChangeEventAttribute(string eventName, string targetType);
new Microsoft.SqlServer.Management.Facets.StateChangeEventAttribute : string * string -> Microsoft.SqlServer.Management.Facets.StateChangeEventAttribute
Public Sub New (eventName As String, targetType As String)
参数
- eventName
- String
- targetType
- String
适用于
StateChangeEventAttribute(String, String, String)
具有别名的函数
public StateChangeEventAttribute(string eventName, string targetType, string targetTypeAlias);
new Microsoft.SqlServer.Management.Facets.StateChangeEventAttribute : string * string * string -> Microsoft.SqlServer.Management.Facets.StateChangeEventAttribute
Public Sub New (eventName As String, targetType As String, targetTypeAlias As String)
参数
- eventName
- String
- targetType
- String
- targetTypeAlias
- String