StateChangeEventAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StateChangeEventAttribute(String, String) |
ctor short |
StateChangeEventAttribute(String, String, String) |
ctor with alias |
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)
Parameters
- eventName
- String
- targetType
- String
Applies to
StateChangeEventAttribute(String, String, String)
ctor with alias
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)
Parameters
- eventName
- String
- targetType
- String
- targetTypeAlias
- String