Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the module identifier.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property ModuleID As Guid
Get
Private Set
'Usage
Dim instance As Action
Dim value As Guid
value = instance.ModuleID
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public Guid ModuleID { get; private set; }
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
public:
property Guid ModuleID {
Guid get ();
private: void set (Guid value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
member ModuleID : Guid with get, private set
function get ModuleID () : Guid
private function set ModuleID (value : Guid)
Property Value
Type: System.Guid
The module identifier.