Dela via


ISql100EventSessionDefinitions.EventModuleGuid Property

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

Syntax

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

value = instance.EventModuleGuid

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql100EventSessionDefinitions Interface

ISql100EventSessionDefinitions Members

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