Конструктор StateChangeEventAttribute (String, String, String)
Initializes a new instance of the StateChangeEventAttribute class for the specified event, target type and target type alias.
Пространство имен: Microsoft.SqlServer.Management.Facets
Сборка: Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)
Синтаксис
'Декларация
Public Sub New ( _
eventName As String, _
targetType As String, _
targetTypeAlias As String _
)
'Применение
Dim eventName As String
Dim targetType As String
Dim targetTypeAlias As String
Dim instance As New StateChangeEventAttribute(eventName, _
targetType, targetTypeAlias)
public StateChangeEventAttribute(
string eventName,
string targetType,
string targetTypeAlias
)
public:
StateChangeEventAttribute(
String^ eventName,
String^ targetType,
String^ targetTypeAlias
)
new :
eventName:string *
targetType:string *
targetTypeAlias:string -> StateChangeEventAttribute
public function StateChangeEventAttribute(
eventName : String,
targetType : String,
targetTypeAlias : String
)
Параметры
- eventName
Тип: System.String
A string value that specifies the state change event.
- targetType
Тип: System.String
A string value that specifies the target type.
- targetTypeAlias
Тип: System.String
A string value that specifies the target type alias.
См. также
Справочник
StateChangeEventAttribute Класс