Propriedade ISql100EventSessionDefinitions.EventName
Obtém ou define o nome deste evento.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
Property EventName As String
Get
Set
string EventName { get; set; }
property String^ EventName {
String^ get ();
void set (String^ value);
}
abstract EventName : string with get, set
function get EventName () : String
function set EventName (value : String)
Valor de propriedade
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.