Dela via


ISql100EventSessionDefinitions.EventName Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property EventName As String
'Usage
Dim instance As ISql100EventSessionDefinitions 
Dim value As String 

value = instance.EventName

instance.EventName = value
string EventName { get; set; }
property String^ EventName {
    String^ get ();
    void set (String^ value);
}
function get EventName () : String 
function set EventName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql100EventSessionDefinitions Interface

ISql100EventSessionDefinitions Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace