StateChangeEventAttribute constructeur (String, String, String)
Espace de noms : Microsoft.SqlServer.Management.Facets
Assembly : Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Sub New ( _
eventName As String, _
targetType As String, _
targetTypeAlias As String _
)
'Utilisation
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
)
Paramètres
- eventName
Type : System. . :: . .String
- targetType
Type : System. . :: . .String
- targetTypeAlias
Type : System. . :: . .String